completionTime property

Timestamp? completionTime
getter/setter pair

The time when the Execution status transitioned to COMPLETE.

This value will be set automatically when state transitions to COMPLETE. - In response: set if the execution state is COMPLETE. - In create/update request: never set

Implementation

Timestamp? completionTime;