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 `GetInstallStatusRequest` class is part of the Google Workspace Add-ons v1 API and is used to request the installation status of a developer mode deployment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["The latest version of the API is 2.4.0, with multiple prior versions available, dating back to version 1.0.0, all of which reference this class."],["The `GetInstallStatusRequest` class includes properties such as `InstallStatusName` (a typed view) and `Name` (a string) for accessing the resource name of the deployment, an example is provided for the `Name` property."],["The class has two constructors, a default constructor, and one that takes another instance of the class as a parameter for copying properties."]]],[]]