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 outlines the `DeleteDeploymentRequest` class, which is used to request the deletion of a deployment within the Google Cloud GSuite Add-ons service, specifically version 2.0.0."],["The `DeleteDeploymentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation and comparison."],["The class has two constructors, a default one, and one that allows for cloning from another `DeleteDeploymentRequest` instance."],["The `DeleteDeploymentRequest` class includes properties for `DeploymentName` (typed view), `Etag` (for conditional deletion), and `Name` (full resource name of the deployment to delete)."],["The service referenced here has versions ranging from 1.0.0 to 2.4.0, with 2.4.0 being the latest."]]],[]]