public sealed class GetMuteConfigRequest : IMessage<GetMuteConfigRequest>, IEquatable<GetMuteConfigRequest>, IDeepCloneable<GetMuteConfigRequest>, IBufferMessage, IMessage
Required. Name of the mute config to retrieve. 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 webpage provides documentation for the `GetMuteConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its structure and functionality."],["The most recent version available is 3.24.0, while the page also features the documentation of the versions down to 2.2.0."],["`GetMuteConfigRequest` is used for retrieving a mute config and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties, `MuteConfigName` which is the typed view for the `Name` property and `Name`, which represents the mute config resource name to be retrieved."],["The class inherits from the Object class, and has access to its methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]