endTime property

String? endTime
getter/setter pair

[Output-only] End time of this job, in milliseconds since the epoch.

This field will be present whenever a job is in the DONE state.

Implementation

core.String? endTime;