executionTime property

String? executionTime
getter/setter pair

Execution time for this export job.

If the job is still in progress, it will be set to the amount of time that has elapsed sincecreated, in seconds. Else, it will set to (updated - created), in seconds.

Output only.

Implementation

core.String? executionTime;