public sealed class InstallDeploymentRequest : IMessage<InstallDeploymentRequest>, IEquatable<InstallDeploymentRequest>, IDeepCloneable<InstallDeploymentRequest>, IBufferMessage, IMessage
Request message to install 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 documents the `InstallDeploymentRequest` class, which is a request message used to install a developer mode deployment in Google Cloud GSuite Add-ons version 1."],["The `InstallDeploymentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, a default one and another that takes an existing `InstallDeploymentRequest` as a parameter."],["The `InstallDeploymentRequest` class includes two properties: `DeploymentName`, a typed view over the resource name, and `Name`, which is the full resource name of the deployment to be installed."],["The provided documentation lists different versions of this class, with 2.4.0 being the latest and going as far back as version 1.0.0."]]],[]]