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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eRollbackApiDeploymentRequest\u003c/code\u003e class within the Apigee Registry v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRollbackApiDeploymentRequest\u003c/code\u003e class is used to construct requests for the \u003ccode\u003eRollbackApiDeployment\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eApiDeploymentName\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e (the deployment being rolled back), and \u003ccode\u003eRevisionId\u003c/code\u003e (the specific revision to roll back to).\u003c/p\u003e\n"],["\u003cp\u003eThere are 2 constructors provided, one empty, and the other which accepts another \u003ccode\u003eRollbackApiDeploymentRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class RollbackApiDeploymentRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.RollbackApiDeploymentRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.RollbackApiDeploymentRequest) \n\n public sealed class RollbackApiDeploymentRequest : IMessage\u003cRollbackApiDeploymentRequest\u003e, IEquatable\u003cRollbackApiDeploymentRequest\u003e, IDeepCloneable\u003cRollbackApiDeploymentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class RollbackApiDeploymentRequest.\n\nRequest message for RollbackApiDeployment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RollbackApiDeploymentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RollbackApiDeploymentRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.RollbackApiDeploymentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RollbackApiDeploymentRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.RollbackApiDeploymentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RollbackApiDeploymentRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.RollbackApiDeploymentRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### RollbackApiDeploymentRequest()\n\n public RollbackApiDeploymentRequest()\n\n### RollbackApiDeploymentRequest(RollbackApiDeploymentRequest)\n\n public RollbackApiDeploymentRequest(RollbackApiDeploymentRequest other)\n\nProperties\n----------\n\n### ApiDeploymentName\n\n public ApiDeploymentName ApiDeploymentName { get; set; }\n\n[ApiDeploymentName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiDeploymentName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.RollbackApiDeploymentRequest#Google_Cloud_ApigeeRegistry_V1_RollbackApiDeploymentRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The deployment being rolled back.\n\n### RevisionId\n\n public string RevisionId { get; set; }\n\nRequired. The revision ID to roll back to.\nIt must be a revision of the same deployment.\n\nExample: `c7cfa2a8`"]]