Class: Google::Apis::ServiceusageV1::BatchCreateAdminOverridesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/serviceusage_v1/classes.rb,
generated/google/apis/serviceusage_v1/representations.rb,
generated/google/apis/serviceusage_v1/representations.rb

Overview

Response message for BatchCreateAdminOverrides

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BatchCreateAdminOverridesResponse

Returns a new instance of BatchCreateAdminOverridesResponse.



454
455
456
# File 'generated/google/apis/serviceusage_v1/classes.rb', line 454

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#overridesArray<Google::Apis::ServiceusageV1::QuotaOverride>

The overrides that were created. Corresponds to the JSON property overrides



452
453
454
# File 'generated/google/apis/serviceusage_v1/classes.rb', line 452

def overrides
  @overrides
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



459
460
461
# File 'generated/google/apis/serviceusage_v1/classes.rb', line 459

def update!(**args)
  @overrides = args[:overrides] if args.key?(:overrides)
end