state property
Resource that represents the state of the Archive job. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "IN_PROGRESS" : The job is in progress.
- "COMPLETE" : The job is complete.
- "FAILED" : The job failed.
- "CANCELLED" : The job is cancelled.
Implementation
core.String? state;