parentSpanId property

String? parentSpanId
getter/setter pair

The [SPAN_ID] of this span's parent span.

If this is a root span, then this field must be empty.

Implementation

core.String? parentSpanId;