public sealed class BulkMuteFindingsResponse : IMessage<BulkMuteFindingsResponse>, IEquatable<BulkMuteFindingsResponse>, IDeepCloneable<BulkMuteFindingsResponse>, IBufferMessage, IMessage
The response to a BulkMute request. Contains the LRO information.
[[["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 page details the `BulkMuteFindingsResponse` class within the `Google.Cloud.SecurityCenter.V1` namespace, which is used to handle responses to BulkMute requests and contains LRO information."],["The `BulkMuteFindingsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The available versions of `BulkMuteFindingsResponse` range from 2.2.0 to 3.24.0, with 3.24.0 being the latest version, and it shows the history of this class in different versions."],["The class inherits from the `Object` class and provides two constructors, a default constructor and one that accepts another `BulkMuteFindingsResponse` instance for copying."]]],[]]