public sealed class DeleteDeploymentRequest : IMessage<DeleteDeploymentRequest>, IEquatable<DeleteDeploymentRequest>, IDeepCloneable<DeleteDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class DeleteDeploymentRequest.
[[["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 `DeleteDeploymentRequest` class within the Google Workspace Add-ons v1 API, specifically version 2.3.0."],["The `DeleteDeploymentRequest` class is used to construct a request to delete a deployment, as implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteDeploymentRequest` include `DeploymentName`, representing the resource name, `Etag` for conditional deletion, and `Name` for specifying the full resource name of the deployment."],["This class has two constructors, a default constructor and one that allows you to clone an existing `DeleteDeploymentRequest`."],["There are different versions of the Google Workspace Add-ons v1 API, ranging from version 1.0.0 to the latest 2.4.0."]]],[]]