startTime property

String? startTime
getter/setter pair

The start time of the span.

On the client side, this is the time kept by the local machine where the span execution starts. On the server side, this is the time when the server's application handler starts running.

Required.

Implementation

core.String? startTime;