public sealed class ApproveRolloutRequest : IMessage<ApproveRolloutRequest>, IEquatable<ApproveRolloutRequest>, IDeepCloneable<ApproveRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class ApproveRolloutRequest.
Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
[[["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 reference documentation for the `ApproveRolloutRequest` class within the Google Cloud Deploy v1 API, specifically for .NET developers."],["The latest version of `ApproveRolloutRequest` is 3.4.0, and the page offers access to multiple historical versions, ranging from 1.0.0 to 3.4.0."],["`ApproveRolloutRequest` is used as the request object for approving rollouts and is a class that implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ApproveRolloutRequest` class includes properties like `Approved`, which determines if the rollout is approved or rejected, `Name` for the rollout name, and `RolloutName`, which is a typed view of the rollout name."],["It provides the constructors, properties and the associated parameter/property values, such as type and description, of the class `ApproveRolloutRequest`."]]],[]]