traces property

List<Trace>? traces
getter/setter pair

Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.

Implementation

core.List<Trace>? traces;