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 within the `Google.Cloud.GSuiteAddOns.V1` namespace, which is used to construct requests for deleting a deployment in the Google Cloud GSuite Add-ons service."],["The `DeleteDeploymentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, object comparison, deep cloning, and buffer management."],["The class has a constructor that allows creating a new `DeleteDeploymentRequest` instance, as well as a constructor that allows you to create an instance based on another `DeleteDeploymentRequest`."],["The class contains two key properties which are: `Name`, a required string that specifies the full resource name of the deployment to be deleted, and `Etag`, a string that optionally checks for matching etags on the server."],["The DeploymentName property can be used as a typed-view of the `Name` property."]]],[]]