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."],[[["The `RemoveDeploymentRequest` class is part of the Google Cloud Telco Automation v1 API and is used to request the removal of a deployment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer management."],["It provides a constructor and another overload allowing it to be initialized, taking either no argument, or another `RemoveDeploymentRequest` as its argument."],["The `RemoveDeploymentRequest` class includes two properties: `DeploymentName` which is a `DeploymentName`-typed view, and `Name`, which is a required string property specifying the deployment to be removed."],["There are three available versions of `RemoveDeploymentRequest` documented: 1.2.0 (latest), 1.1.0, and 1.0.0, showcasing the version history of this class."]]],[]]