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 documentation for the `DeleteDeploymentRequest` class within the Google Workspace Add-ons v1 API, specifically version 2.2.0."],["The `DeleteDeploymentRequest` class is used to construct a request message for deleting a deployment and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances of `DeleteDeploymentRequest` and properties such as `DeploymentName`, `Etag`, and `Name` to define the deployment to be deleted."],["This specific version is not the most recent, and there are 6 other available versions, including the most recent, version 2.4.0."],["The `DeleteDeploymentRequest` class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, providing additional functionality."]]],[]]