public sealed class InstallStatus : IMessage<InstallStatus>, IEquatable<InstallStatus>, IDeepCloneable<InstallStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Workspace Add-ons v1 API class InstallStatus.
Developer mode install status of a deployment
Implements
IMessageInstallStatus, IEquatableInstallStatus, IDeepCloneableInstallStatus, IBufferMessage, IMessageNamespace
Google.Cloud.GSuiteAddOns.V1Assembly
Google.Cloud.GSuiteAddOns.V1.dll
Constructors
InstallStatus()
public InstallStatus()
InstallStatus(InstallStatus)
public InstallStatus(InstallStatus other)
Parameter | |
---|---|
Name | Description |
other |
InstallStatus |
Properties
InstallStatusName
public InstallStatusName InstallStatusName { get; set; }
InstallStatusName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstallStatusName |
Installed
public bool? Installed { get; set; }
True if the deployment is installed for the user
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
The canonical full resource name of the deployment install status.
Example: projects/123/deployments/my_deployment/installStatus
.
Property Value | |
---|---|
Type | Description |
string |