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."],[[["The latest version of the `DeleteDeploymentRequest` class is 2.4.0, part of the Google Workspace Add-ons v1 API."],["`DeleteDeploymentRequest` is used to construct requests for deleting a deployment in the Google Workspace Add-ons service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations like message handling and cloning."],["Key properties of `DeleteDeploymentRequest` include `DeploymentName`, `Etag`, and `Name`, which are used to identify and validate the deployment to be deleted."],["The class provides two constructors: a default constructor and one that takes another `DeleteDeploymentRequest` instance for creating copies."]]],[]]