Class StateReason
The reason a spoke is inactive.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class StateReason : IDirectResponseSchema
Properties
Code
The code associated with this reason.
Declaration
[JsonProperty("code")]
public virtual string Code { 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
Human-readable details about this reason.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
UserDetails
Additional information provided by the user in the RejectSpoke call.
Declaration
[JsonProperty("userDetails")]
public virtual string UserDetails { get; set; }
Property Value
Type | Description |
---|---|
string |