public sealed class DeleteApiDeploymentRevisionRequest : IMessage<DeleteApiDeploymentRevisionRequest>, IEquatable<DeleteApiDeploymentRevisionRequest>, IDeepCloneable<DeleteApiDeploymentRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class DeleteApiDeploymentRevisionRequest.
[[["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 `DeleteApiDeploymentRevisionRequest` class in the Apigee Registry v1 API is used to construct requests for deleting a specific revision of an API deployment."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability."],["It inherits from the base `object` class, providing basic methods like `GetHashCode`, `GetType`, and `ToString`, while also offering properties to manage the name of the deployment revision to delete."],["Two versions of the `DeleteApiDeploymentRevisionRequest` constructor are available: a parameterless constructor and one that accepts another `DeleteApiDeploymentRevisionRequest` instance, enabling easy duplication of the object."],["The class contains a property called `Name` that is a `string` and is required to identify the specific deployment revision to delete, and also a `ApiDeploymentName` property that provides a typed view of the resource."]]],[]]