public sealed class UpdateMuteConfigRequest : IMessage<UpdateMuteConfigRequest>, IEquatable<UpdateMuteConfigRequest>, IDeepCloneable<UpdateMuteConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateMuteConfigRequest.
[[["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 webpage provides documentation for the `UpdateMuteConfigRequest` class within the Google Cloud Security Center v1 API, specifically focusing on version 3.22.0."],["The `UpdateMuteConfigRequest` class is used to send requests for updating a mute config, which has two properties, `MuteConfig`, which represents the mute config being updated, and `UpdateMask`, used to identify fields to be updated."],["The `UpdateMuteConfigRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The page lists available versions of the API, starting from version 2.2.0 all the way to the latest version, 3.24.0."],["There are two constructors available for the `UpdateMuteConfigRequest` class, a parameterless constructor and one that accepts another instance of the class."]]],[]]