public sealed class DeleteDeploymentRequest : IMessage<DeleteDeploymentRequest>, IEquatable<DeleteDeploymentRequest>, IDeepCloneable<DeleteDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteDeploymentRequest.
The [DeleteDeployment][google.cloud.apihub.v1.ApiHub.DeleteDeployment]
method's request.
[[["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 details the `DeleteDeploymentRequest` class, which is used to formulate requests for the `DeleteDeployment` method within the API Hub v1 API."],["The `DeleteDeploymentRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `DeploymentName` property, which provides a typed view of the resource name, as well as a `Name` property, which represents the required deployment resource name in a string format."],["The `DeleteDeploymentRequest` class has two constructors, one default and one that accepts another `DeleteDeploymentRequest` object for copying properties."]]],[]]