google_api_cloud_trace v0.18.0 GoogleApi.CloudTrace.V1.Model.ListTracesResponse View Source
The response message for the ListTraces
method.
Attributes
nextPageToken
(type:String.t
, default:nil
) - 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.traces
(type:list(GoogleApi.CloudTrace.V1.Model.Trace.t)
, default:nil
) - List of trace records as specified by the view parameter.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudTrace.V1.Model.ListTracesResponse{ nextPageToken: String.t(), traces: [GoogleApi.CloudTrace.V1.Model.Trace.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.