View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListTraceConfigOverridesResponse (google_api_apigee v0.46.0)

Response for ListTraceConfigOverrides.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token value that can be passed as page_token to retrieve the next page of content.
  • traceConfigOverrides (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfigOverride.t), default: nil) - List all trace configuration overrides in an environment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListTraceConfigOverridesResponse{
    nextPageToken: String.t() | nil,
    traceConfigOverrides:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfigOverride.t()]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.