class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListTraceConfigOverridesResponse
Response for ListTraceConfigOverrides.
Attributes
next_page_token[RW]
Token value that can be passed as `page_token` to retrieve the next page of content. Corresponds to the JSON property `nextPageToken` @return [String]
trace_config_overrides[RW]
List all trace configuration overrides in an environment. Corresponds to the JSON property `traceConfigOverrides` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceConfigOverride>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4572 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 4577 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @trace_config_overrides = args[:trace_config_overrides] if args.key?(:trace_config_overrides) end