public sealed class UninstallDeploymentRequest : IMessage<UninstallDeploymentRequest>, IEquatable<UninstallDeploymentRequest>, IDeepCloneable<UninstallDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class UninstallDeploymentRequest.
Request message to uninstall a developer mode deployment.
[[["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 page provides documentation for the `UninstallDeploymentRequest` class within the Google Workspace Add-ons v1 API, detailing its purpose as a request message for uninstalling developer mode deployments."],["The `UninstallDeploymentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class offers two constructors: a default constructor and one that takes another `UninstallDeploymentRequest` object as a parameter."],["The `UninstallDeploymentRequest` class has properties, `DeploymentName` of type `DeploymentName` which is a typed view over the resource name property, and `Name`, which holds the full resource name of the deployment to uninstall."],["There are 7 different versions of this API that you can access, with the latest version being 2.4.0."]]],[]]