completionTime property

String? completionTime
getter/setter pair

Represents time when the task was completed.

It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.

Optional.

Implementation

core.String? completionTime;