class Google::Apis::ServiceconsumermanagementV1::V1Beta1BatchCreateProducerOverridesResponse

Response message for BatchCreateProducerOverrides

Attributes

overrides[RW]

The overrides that were created. Corresponds to the JSON property `overrides` @return [Array<Google::Apis::ServiceconsumermanagementV1::V1Beta1QuotaOverride>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 3375
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_v1/classes.rb, line 3380
def update!(**args)
  @overrides = args[:overrides] if args.key?(:overrides)
end