lastExecutionState property
The last execution state of the curation.
Output only. Possible string values are:
- "LAST_EXECUTION_STATE_UNSPECIFIED" : Default unspecified state.
- "SUCCEEDED" : The last curation execution was successful.
- "FAILED" : The last curation execution failed.
Implementation
core.String? lastExecutionState;