endTime property

String? endTime
getter/setter pair

The time when the rollout finished execution (regardless of success, failure, or cancellation).

Will be empty if the rollout hasn't finished yet. Once set, the rollout is in terminal state and all the results are final.

Optional. Output only.

Implementation

core.String? endTime;