public sealed class RollbackDeploymentRequest : IMessage<RollbackDeploymentRequest>, IEquatable<RollbackDeploymentRequest>, IDeepCloneable<RollbackDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class RollbackDeploymentRequest.
[[["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 document provides reference information for the `RollbackDeploymentRequest` class within the Google Cloud Telco Automation v1 API, specifically version 1.1.0."],["The `RollbackDeploymentRequest` class is used to define the request object for the `RollbackDeployment` operation, which is used to revert changes to the deployment."],["This class has multiple constructors, one being a default constructor and the other taking a `RollbackDeploymentRequest` as a parameter."],["Key properties of this class include `DeploymentName`, `Name`, and `RevisionId`, which are utilized to specify the deployment to be rolled back and the target revision."],["The `RollbackDeploymentRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]