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-04-17 UTC."],[[["This documentation is for the `DeleteDeploymentRequest` class within the Google Cloud API Hub v1 API, specifically version 1.0.0-beta02."],["`DeleteDeploymentRequest` is a request type used by the `DeleteDeployment` method, part of the API Hub v1 API."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default one and another that allows creating a new `DeleteDeploymentRequest` from an existing one."],["The `DeleteDeploymentRequest` class contains two properties, `DeploymentName`, a strongly typed resource name property, and `Name`, a string representing the deployment to be deleted."]]],[]]