class Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ListProducerOverridesResponse

Response message for ListProducerOverrides.

Attributes

next_page_token[RW]

Token identifying which result to start with; returned by a previous list call. Corresponds to the JSON property `nextPageToken` @return [String]

overrides[RW]

Producer overrides on this limit. Corresponds to the JSON property `overrides` @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaOverride>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb, line 3140
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb, line 3145
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @overrides = args[:overrides] if args.key?(:overrides)
end