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 page provides documentation for the `DeleteDeploymentRequest` class within the Google Workspace Add-ons v1 API, specifically version 2.1.0, which is used to request the deletion of a deployment."],["The `DeleteDeploymentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the base `object` class."],["The class includes constructors for creating new instances and properties like `DeploymentName`, `Etag`, and `Name`, which are used to specify the deployment to be deleted and for etag matching."],["There are several versions of the `DeleteDeploymentRequest` available, ranging from version 1.0.0 up to the latest version 2.4.0, and they are all linked for reference."],["The `DeleteDeploymentRequest` class is located in the `Google.Cloud.GSuiteAddOns.V1` namespace within the `Google.Cloud.GSuiteAddOns.V1.dll` assembly."]]],[]]