traceSpans property

List<TraceSpan>? traceSpans
getter/setter pair

A list of Cloud Trace spans.

The span names shall contain the id of the destination project which can be either the produce or the consumer project.

Unimplemented.

Implementation

core.List<TraceSpan>? traceSpans;