public sealed class UninstallDeploymentRequest : IMessage<UninstallDeploymentRequest>, IEquatable<UninstallDeploymentRequest>, IDeepCloneable<UninstallDeploymentRequest>, IBufferMessage, IMessage
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 webpage details the `UninstallDeploymentRequest` class within the `Google.Cloud.GSuiteAddOns.V1` namespace, which is used to uninstall a developer mode deployment."],["The `UninstallDeploymentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class features two constructors: a default constructor and one that takes another `UninstallDeploymentRequest` object as a parameter for creating a copy."],["The key properties of the class are `DeploymentName`, providing a typed view over the deployment name, and `Name`, a string property for the full resource name of the deployment to uninstall, as well as being required."],["The latest documented version is 2.4.0, with previous versions ranging from 2.3.0 down to 1.0.0, and this page specifically is for version 1.0.0."]]],[]]