stateInitiator property
The initiator of the QueuedResources's current state.
Used to indicate whether the SUSPENDING/SUSPENDED state was initiated by the user or the service.
Output only. Possible string values are:
- "STATE_INITIATOR_UNSPECIFIED" : The state initiator is unspecified.
- "USER" : The current QueuedResource state was initiated by the user.
- "SERVICE" : The current QueuedResource state was initiated by the service.
Implementation
core.String? stateInitiator;