public sealed class InstallStatus : IMessage<InstallStatus>, IEquatable<InstallStatus>, IDeepCloneable<InstallStatus>, IBufferMessage, IMessageDeveloper mode install status of a deployment
Implements
IMessage<InstallStatus>, IEquatable<InstallStatus>, IDeepCloneable<InstallStatus>, 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
Installed
public bool? Installed { get; set; }True if the deployment is installed for the user
| Property Value | |
|---|---|
| Type | Description |
Nullable<Boolean> |
|
InstallStatusName
public InstallStatusName InstallStatusName { get; set; }InstallStatusName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstallStatusName |
|
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 |
|