class Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1OverrideInlineSource
Import data embedded in the request message
Attributes
overrides[RW]
The overrides to create. Each override must have a value for 'metric' and ' unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored. 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 3162 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 3167 def update!(**args) @overrides = args[:overrides] if args.key?(:overrides) end