stateTimeline property
The timeline of the expected Destination
states or the current rest
state.
If a state change is expected, the value is ADDING
, DELETING
or
SUSPENDING
, depending on the action specified. Example:
"state_timeline": { "states": [ { // The time when the Destination
resource will be activated. "effectiveTime": "2024-12-01T08:00:00Z",
"state": "ADDING" }, { // The time when the Destination
resource will be
suspended. "effectiveTime": "2024-12-01T20:00:00Z", "state": "SUSPENDING"
} ] }
Output only.
Implementation
StateTimeline? stateTimeline;