public sealed class GetInstallStatusRequest : IMessage<GetInstallStatusRequest>, IEquatable<GetInstallStatusRequest>, IDeepCloneable<GetInstallStatusRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class GetInstallStatusRequest.
Request message to get the install status of 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."],[[["The latest version of the `GetInstallStatusRequest` class is 2.4.0, part of the Google Workspace Add-ons v1 API, and is documented in the .NET reference."],["This class is used to create a request message for retrieving the installation status of a developer mode deployment."],["`GetInstallStatusRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetInstallStatusRequest` class has two constructors, one default and one that accepts another instance of `GetInstallStatusRequest` as a parameter."],["The `Name` property is a required string that represents the full resource name of the deployment, such as `projects/my_project/deployments/my_deployment/installStatus`, while the `InstallStatusName` property is a typed view of the `Name` property."]]],[]]