Class HubStatusEntry
The hub status entry.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class HubStatusEntry : IDirectResponseSchema
Properties
Count
The number of status. If group_by is not set in the request, the default is 1.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupBy
The same group_by field from the request.
Declaration
[JsonProperty("groupBy")]
public virtual string GroupBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PscPropagationStatus
The PSC propagation status.
Declaration
[JsonProperty("pscPropagationStatus")]
public virtual PscPropagationStatus PscPropagationStatus { get; set; }
Property Value
Type | Description |
---|---|
PscPropagationStatus |