Class ListTracesResponse (1.3.4)

ListTracesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for the ListTraces method. .. attribute:: traces

List of trace records as specified by the view parameter.

:type: Sequence[google.cloud.trace_v1.types.Trace]

Attribute

NameDescription
next_page_token str
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.