public sealed class DeleteMuteConfigRequest : IMessage<DeleteMuteConfigRequest>, IEquatable<DeleteMuteConfigRequest>, IDeepCloneable<DeleteMuteConfigRequest>, IBufferMessage, IMessage
Required. Name of the mute config to delete. Its format is
organizations/{organization}/muteConfigs/{config_id},
folders/{folder}/muteConfigs/{config_id}, or
projects/{project}/muteConfigs/{config_id}
[[["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."],[[["The page details the `DeleteMuteConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for requesting the deletion of a mute configuration."],["This class is available across numerous versions, ranging from 2.2.0 to the latest version 3.24.0, each linked to its respective documentation."],["`DeleteMuteConfigRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, demonstrating its deep integration with the .NET framework."],["The class includes a `Name` property, which is a required string specifying the identifier of the mute configuration to be deleted, along with a `MuteConfigName` property which is a typed view of the name resource."],["The class has two constructors to be created, a parameterless one, and another one that accepts a `DeleteMuteConfigRequest` as a parameter to construct it."]]],[]]