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-03-21 UTC."],[[["This documentation covers the `DeleteResourceValueConfigRequest` class within the Google Cloud Security Center v2 API, version 1.0.0, which is a request message type used to delete a resource value configuration."],["The `DeleteResourceValueConfigRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The class includes a constructor and contains two primary properties, `Name` (a string representing the name of the ResourceValueConfig to be deleted) and `ResourceValueConfigName` (a typed view over the resource name property)."],["The `Name` property is required for the deletion of the ResourceValueConfig."],["The class has inherited members such as `GetHashCode`, `GetType` and `ToString` from the `object` base class."]]],[]]