GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListTraceConfigOverridesResponse (google_api_apigee v0.32.0) View Source
Response for ListTraceConfigOverrides.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token value that can be passed aspage_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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListTraceConfigOverridesResponse{ nextPageToken: String.t() | nil, traceConfigOverrides: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfigOverride.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.