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."],[[["This document provides reference information for the `GetInstallStatusRequest` class within the Google Workspace Add-ons v1 API, specifically for .NET development."],["The `GetInstallStatusRequest` class is a request message used to determine the installation status of a developer mode deployment, with inheritance from the object class."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the Google.Protobuf library."],["The `GetInstallStatusRequest` class has two properties, `InstallStatusName` and `Name`, which provide details about the deployment's name and a typed view over the name resource respectively, with both properties being get and set properties."],["The latest version available for this API is 2.4.0, with previous versions dating back to 1.0.0 also available, all having similar function."]]],[]]