status property
The status of the operation, which can be one of the following: PENDING
,
RUNNING
, or DONE
.
Output only. Possible string values are:
- "PENDING"
- "RUNNING"
- "DONE"
Implementation
core.String? status;
The status of the operation, which can be one of the following: PENDING
,
RUNNING
, or DONE
.
Output only. Possible string values are:
core.String? status;