public sealed class InstallDeploymentRequest : IMessage<InstallDeploymentRequest>, IEquatable<InstallDeploymentRequest>, IDeepCloneable<InstallDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class InstallDeploymentRequest.
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 webpage provides reference documentation for the `InstallDeploymentRequest` class within the Google Workspace Add-ons v1 API, specifically for version 2.3.0."],["The `InstallDeploymentRequest` class is used to send a request to install a developer mode deployment, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes properties like `DeploymentName` (a `DeploymentName`-typed resource name property) and `Name` (the full resource name of the deployment to install) and two constructors, one of which takes an `InstallDeploymentRequest` parameter."],["This class is located within the `Google.Cloud.GSuiteAddOns.V1` namespace and is found in the `Google.Cloud.GSuiteAddOns.V1.dll` assembly, with links provided to different versions available ranging from 1.0.0 to 2.4.0."]]],[]]