state property
The state of the source.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified.
- "ACTIVE" : The source is active and ready to be used.
- "DELETING" : In the process of being deleted.
- "INVALID" : Source is in an invalid state. Asset frames reported to it will be ignored.
Implementation
core.String? state;