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, specifically for version 1.1.0."],["The `UninstallDeploymentRequest` class is used to create a request message for uninstalling a developer mode deployment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, a default one and one that accepts another `UninstallDeploymentRequest` object."],["Key properties of this class include `DeploymentName` (a `DeploymentName`-typed view) and `Name` (the full resource name of the deployment to install)."]]],[]]