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."],[[["This documentation is for the `DeleteApiDeploymentRevisionRequest` class within the Apigee Registry v1 API, specifically version 1.0.0-beta06."],["The `DeleteApiDeploymentRevisionRequest` class is used to construct request messages for deleting an API deployment revision and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes properties such as `ApiDeploymentName` which provides a typed view over the resource name and `Name`, which is a string representing the name of the specific deployment revision to be deleted."],["The class offers two constructors: a default constructor (`DeleteApiDeploymentRevisionRequest()`) and a copy constructor (`DeleteApiDeploymentRevisionRequest(DeleteApiDeploymentRevisionRequest other)`)."]]],[]]