type property
The relationship of the current span relative to the linked span. Possible string values are:
- "TYPE_UNSPECIFIED" : The relationship of the two spans is unknown.
- "CHILD_LINKED_SPAN" : The linked span is a child of the current span.
- "PARENT_LINKED_SPAN" : The linked span is a parent of the current span.
Implementation
core.String? type;