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."],[[["This page details the `DeleteMuteConfigRequest` class, which is used to send requests for deleting mute configurations within Google Cloud Security Center."],["The `DeleteMuteConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing functionalities like deep cloning and equality comparison."],["The class has two constructors: a default constructor and one that accepts another `DeleteMuteConfigRequest` instance for copying its properties."],["It includes two key properties: `MuteConfigName`, a typed view of the resource name, and `Name`, a string representing the mute config's unique identifier and location."],["This page provides a listing of different versions of the class, with the latest version being 3.24.0, it shows the other versions of this class all the way down to 2.2.0."]]],[]]