public sealed class RollbackApiDeploymentRequest : IMessage<RollbackApiDeploymentRequest>, IEquatable<RollbackApiDeploymentRequest>, IDeepCloneable<RollbackApiDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class RollbackApiDeploymentRequest.
[[["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."],[[["The `RollbackApiDeploymentRequest` class in the Apigee Registry v1 API is used to define a request for rolling back an API deployment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and compatibility with different systems."],["The `RollbackApiDeploymentRequest` class requires three properties: `ApiDeploymentName`, `Name`, and `RevisionId`, which are crucial for identifying the target deployment and the desired revision for rollback."],["The `Name` property indicates the deployment to be rolled back and the `RevisionId` property indicates the ID of the specific revision to which the rollback will occur, both of which are required."],["Two constructors, one empty and one taking in another RollbackApiDeploymentRequest, are provided by the class for ease of use."]]],[]]