public sealed class DeleteResourceValueConfigRequest : IMessage<DeleteResourceValueConfigRequest>, IEquatable<DeleteResourceValueConfigRequest>, IDeepCloneable<DeleteResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class DeleteResourceValueConfigRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This document provides reference information for the `DeleteResourceValueConfigRequest` class within the Google Cloud Security Center v2 API, specifically version 1.0.0-beta04."],["The `DeleteResourceValueConfigRequest` class is used to construct a request to delete a resource value configuration."],["The class inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors: a default one and another that takes another `DeleteResourceValueConfigRequest` object as a parameter."],["The class contains two properties, `Name` and `ResourceValueConfigName`, which are respectively used to store the required name of the ResourceValueConfig to delete, and a ResourceValueConfigName-typed view over the Name resource name property."]]],[]]