public sealed class RemoveDeploymentRequest : IMessage<RemoveDeploymentRequest>, IEquatable<RemoveDeploymentRequest>, IDeepCloneable<RemoveDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class RemoveDeploymentRequest.
[[["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 document provides reference information for the `RemoveDeploymentRequest` class within the Google Cloud Telco Automation v1 API, specifically version 1.1.0."],["The `RemoveDeploymentRequest` class serves as the request object for the `RemoveDeployment` operation in the Telco Automation API."],["The `RemoveDeploymentRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create a new `RemoveDeploymentRequest` instance, either empty or by copying another `RemoveDeploymentRequest`."],["The `RemoveDeploymentRequest` class has properties such as `DeploymentName` which provides a typed view of the resource name and `Name`, which represents the name of the deployment to be deleted."]]],[]]