View Source GoogleApi.CloudTrace.V1.Model.ListTracesResponse (google_api_cloud_trace v0.24.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V1.Model.ListTracesResponse{ nextPageToken: String.t() | nil, traces: [GoogleApi.CloudTrace.V1.Model.Trace.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.