Class StateTimeline
The timeline of the pending states for a resource.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class StateTimeline : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
States
Output only. The state and activation time details of the resource state.
Declaration
[JsonProperty("states")]
public virtual IList<StateMetadata> States { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<StateMetadata> |