public sealed class ApproveRolloutResponse : IMessage<ApproveRolloutResponse>, IEquatable<ApproveRolloutResponse>, IDeepCloneable<ApproveRolloutResponse>, 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."],[[["This page documents the `ApproveRolloutResponse` class within the `Google.Cloud.Deploy.V1` namespace, which is part of the Google Cloud Deploy .NET library."],["The `ApproveRolloutResponse` class represents the response object received after an `ApproveRollout` operation, with the latest version being 3.4.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor and one that takes another `ApproveRolloutResponse` object as a parameter for creating a new object from an existing one."],["It lists previous versions of the ApproveRolloutResponse class all the way back to version 1.0.0."]]],[]]