Show / Hide Table of Contents

Class InstallationState

Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.

Inheritance
object
InstallationState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class InstallationState : IDirectResponseSchema

Properties

ActionUri

Output only. Link to follow for next action. Empty string if the installation is already complete.

Declaration
[JsonProperty("actionUri")]
public virtual string ActionUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Stage

Output only. Current step of the installation process.

Declaration
[JsonProperty("stage")]
public virtual string Stage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX