public sealed class DeleteDeploymentRequest : IMessage<DeleteDeploymentRequest>, IEquatable<DeleteDeploymentRequest>, IDeepCloneable<DeleteDeploymentRequest>, IBufferMessage, IMessage
[[["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 details on the `DeleteDeploymentRequest` class, which is used to request the deletion of a deployment in the Google Cloud GSuite Add-Ons API."],["The `DeleteDeploymentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class has constructors for creating a new instance and for creating a copy of an existing `DeleteDeploymentRequest` object, accepting another `DeleteDeploymentRequest` object as a parameter."],["Key properties include `DeploymentName` to represent the deployment's resource name, `Etag` to verify the deployment version, and `Name` to specify the full resource name of the deployment to delete."],["The document also lists the different versions of the `DeleteDeploymentRequest` class, with the latest version being 2.4.0."]]],[]]