class Google::Apis::ServiceusageV1::ImportAdminOverridesResponse
Response message for ImportAdminOverrides
Attributes
overrides[RW]
The overrides that were created from the imported data. Corresponds to the JSON property `overrides` @return [Array<Google::Apis::ServiceusageV1::QuotaOverride>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceusage_v1/classes.rb, line 2206 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceusage_v1/classes.rb, line 2211 def update!(**args) @overrides = args[:overrides] if args.key?(:overrides) end