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 details the `GetMuteConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for retrieving mute configurations."],["This class is implemented across multiple versions, ranging from 2.2.0 to the latest 3.24.0, with links provided for each."],["`GetMuteConfigRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary function of the class is to request a specific mute configuration by its `Name` property, which is a string that follows a prescribed format for organizations, folders, or projects."],["There are two constuctors available, one with no arguments and one with another `GetMuteConfigRequest` object as a parameter."]]],[]]