endTime property

String? endTime
getter/setter pair

The end time of the span.

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

Required.

Implementation

core.String? endTime;