public sealed class DeleteResourceValueConfigRequest : IMessage<DeleteResourceValueConfigRequest>, IEquatable<DeleteResourceValueConfigRequest>, IDeepCloneable<DeleteResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 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 page provides documentation for the `DeleteResourceValueConfigRequest` class within the Google Cloud Security Center v1 API for .NET."],["The `DeleteResourceValueConfigRequest` class is used to create a request to delete a resource value configuration, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.24.0, with multiple prior versions listed, spanning from 2.2.0 to 3.23.0."],["The class has two constructors, `DeleteResourceValueConfigRequest()` for default initialization and `DeleteResourceValueConfigRequest(DeleteResourceValueConfigRequest other)` for creating a copy, with the `other` parameter being a `DeleteResourceValueConfigRequest`."],["It contains the properties `Name`, which is the identifier of the resource to delete, and `ResourceValueConfigName` to manage the name."]]],[]]