public sealed class UpdateMuteConfigRequest : IMessage<UpdateMuteConfigRequest>, IEquatable<UpdateMuteConfigRequest>, IDeepCloneable<UpdateMuteConfigRequest>, IBufferMessage, IMessage
[[["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 `UpdateMuteConfigRequest` class is used to update a mute configuration within Google Cloud Security Center."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The `UpdateMuteConfigRequest` class includes two properties: `MuteConfig`, which specifies the configuration to update, and `UpdateMask`, which determines which fields to modify."],["The latest version available is 3.24.0, with multiple previous versions going all the way back to 2.2.0 of the `Google.Cloud.SecurityCenter.V1.UpdateMuteConfigRequest`."],["There are several versions of the Google Cloud Security Center V1 available, all found within their respective version folders, with each containing a `UpdateMuteConfigRequest` class and related classes."]]],[]]