Class: Google::Apis::ServicecontrolV1::QuotaProperties

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

Overview

Represents the properties needed for quota operations.

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) ⇒ QuotaProperties

Returns a new instance of QuotaProperties.



1795
1796
1797
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1795

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

Instance Attribute Details

#quota_modeString

Quota mode for this operation. Corresponds to the JSON property quotaMode

Returns:

  • (String)


1793
1794
1795
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1793

def quota_mode
  @quota_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1800
1801
1802
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1800

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