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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDeleteDeploymentRequest\u003c/code\u003e class is 2.4.0, part of the Google Workspace Add-ons v1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteDeploymentRequest\u003c/code\u003e is used to construct requests for deleting a deployment in the Google Workspace Add-ons service.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, supporting various operations like message handling and cloning.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eDeleteDeploymentRequest\u003c/code\u003e include \u003ccode\u003eDeploymentName\u003c/code\u003e, \u003ccode\u003eEtag\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, which are used to identify and validate the deployment to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors: a default constructor and one that takes another \u003ccode\u003eDeleteDeploymentRequest\u003c/code\u003e instance for creating copies.\u003c/p\u003e\n"]]],[],null,["# Google Workspace Add-ons v1 API - Class DeleteDeploymentRequest (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.3.0/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.2.0/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.1.0/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.0.0/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/1.1.0/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/1.0.0/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest) \n\n public sealed class DeleteDeploymentRequest : IMessage\u003cDeleteDeploymentRequest\u003e, IEquatable\u003cDeleteDeploymentRequest\u003e, IDeepCloneable\u003cDeleteDeploymentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Workspace Add-ons v1 API class DeleteDeploymentRequest.\n\nRequest message to delete a deployment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteDeploymentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteDeploymentRequest](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteDeploymentRequest](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteDeploymentRequest](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GSuiteAddOns.V1](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GSuiteAddOns.V1.dll\n\nConstructors\n------------\n\n### DeleteDeploymentRequest()\n\n public DeleteDeploymentRequest()\n\n### DeleteDeploymentRequest(DeleteDeploymentRequest)\n\n public DeleteDeploymentRequest(DeleteDeploymentRequest other)\n\nProperties\n----------\n\n### DeploymentName\n\n public DeploymentName DeploymentName { get; set; }\n\n[DeploymentName](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.DeploymentName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.DeleteDeploymentRequest#Google_Cloud_GSuiteAddOns_V1_DeleteDeploymentRequest_Name) resource name property.\n\n### Etag\n\n public string Etag { get; set; }\n\nThe etag of the deployment to delete.\nIf this is provided, it must match the server's etag.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The full resource name of the deployment to delete.\n\nExample: `projects/my_project/deployments/my_deployment`."]]