google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V1.Model.ListTracesResponse View Source

The response message for the `ListTraces` method.

Attributes

  • nextPageToken (String.t): 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. Defaults to: null.
  • traces ([Trace]): List of trace records as specified by the view parameter. Defaults to: null.

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 Source
t() :: %GoogleApi.CloudTrace.V1.Model.ListTracesResponse{
  nextPageToken: any(),
  traces: [GoogleApi.CloudTrace.V1.Model.Trace.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.