[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eInstallStatus\u003c/code\u003e class within the Google Workspace Add-ons v1 API, specifically detailing its properties and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eInstallStatus\u003c/code\u003e class is 2.4.0, but the documentation also includes information for older versions ranging from 1.0.0 to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstallStatus\u003c/code\u003e class includes properties such as \u003ccode\u003eInstallStatusName\u003c/code\u003e, \u003ccode\u003eInstalled\u003c/code\u003e (a boolean indicating if the deployment is installed for the user), and \u003ccode\u003eName\u003c/code\u003e (the full resource name of the deployment install status).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstallStatus\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, meaning it can be used to represent a status in code.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides information on the constructors available for creating \u003ccode\u003eInstallStatus\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,["# Google Workspace Add-ons v1 API - Class InstallStatus (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.InstallStatus)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.3.0/Google.Cloud.GSuiteAddOns.V1.InstallStatus)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.2.0/Google.Cloud.GSuiteAddOns.V1.InstallStatus)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.1.0/Google.Cloud.GSuiteAddOns.V1.InstallStatus)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/2.0.0/Google.Cloud.GSuiteAddOns.V1.InstallStatus)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/1.1.0/Google.Cloud.GSuiteAddOns.V1.InstallStatus)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/1.0.0/Google.Cloud.GSuiteAddOns.V1.InstallStatus) \n\n public sealed class InstallStatus : IMessage\u003cInstallStatus\u003e, IEquatable\u003cInstallStatus\u003e, IDeepCloneable\u003cInstallStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Workspace Add-ons v1 API class InstallStatus.\n\nDeveloper mode install status of a deployment \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e InstallStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[InstallStatus](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.InstallStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[InstallStatus](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.InstallStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[InstallStatus](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.InstallStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GSuiteAddOns.V1](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GSuiteAddOns.V1.dll\n\nConstructors\n------------\n\n### InstallStatus()\n\n public InstallStatus()\n\n### InstallStatus(InstallStatus)\n\n public InstallStatus(InstallStatus other)\n\nProperties\n----------\n\n### InstallStatusName\n\n public InstallStatusName InstallStatusName { get; set; }\n\n[InstallStatusName](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.InstallStatusName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.GSuiteAddOns.V1/latest/Google.Cloud.GSuiteAddOns.V1.InstallStatus#Google_Cloud_GSuiteAddOns_V1_InstallStatus_Name) resource name property.\n\n### Installed\n\n public bool? Installed { get; set; }\n\nTrue if the deployment is installed for the user\n\n### Name\n\n public string Name { get; set; }\n\nThe canonical full resource name of the deployment install status.\n\nExample: `projects/123/deployments/my_deployment/installStatus`."]]