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 page details the `UninstallDeploymentRequest` class within the `Google.Cloud.GSuiteAddOns.V1` namespace, used for uninstalling a developer mode deployment."],["The latest version documented here is 2.4.0, with versions ranging down to 1.0.0 also being available to reference, along with their respective documentation."],["`UninstallDeploymentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UninstallDeploymentRequest` class includes properties such as `DeploymentName` and `Name`, which are used to specify the deployment to be uninstalled, and is documented in this page."],["The `UninstallDeploymentRequest` has two constructors: a default parameterless constructor, and one that accepts another `UninstallDeploymentRequest` as a parameter."]]],[]]