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 webpage provides documentation for the `UpdateMuteConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, covering versions from 2.2.0 up to the latest 3.24.0."],["`UpdateMuteConfigRequest` is a class used to request updates to a mute config and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating a new instance or copying another `UpdateMuteConfigRequest` object."],["Key properties within `UpdateMuteConfigRequest` include `MuteConfig`, which represents the mute config to be updated, and `UpdateMask`, which specifies which fields should be updated."],["The documentation lists all versions of the `UpdateMuteConfigRequest` class going back to 2.2.0 and indicates the current version is 3.24.0, along with links to access the documentation for each of them."]]],[]]