Class InstallStatus (1.0.0)

public sealed class InstallStatus : IMessage<InstallStatus>, IEquatable<InstallStatus>, IDeepCloneable<InstallStatus>, IBufferMessage, IMessage

Developer mode install status of a deployment

Inheritance

Object > InstallStatus

Namespace

Google.Cloud.GSuiteAddOns.V1

Assembly

Google.Cloud.GSuiteAddOns.V1.dll

Constructors

InstallStatus()

public InstallStatus()

InstallStatus(InstallStatus)

public InstallStatus(InstallStatus other)
Parameter
NameDescription
otherInstallStatus

Properties

Installed

public bool? Installed { get; set; }

True if the deployment is installed for the user

Property Value
TypeDescription
Nullable<Boolean>

InstallStatusName

public InstallStatusName InstallStatusName { get; set; }

InstallStatusName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
String