Class: Google::Apis::PrivatecaV1beta1::GoogleApiServicecontrolV1QuotaProperties
- Inherits:
-
Object
- Object
- Google::Apis::PrivatecaV1beta1::GoogleApiServicecontrolV1QuotaProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/privateca_v1beta1/classes.rb,
lib/google/apis/privateca_v1beta1/representations.rb,
lib/google/apis/privateca_v1beta1/representations.rb
Overview
Represents the properties needed for quota operations.
Instance Attribute Summary collapse
-
#quota_mode ⇒ String
Quota mode for this operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleApiServicecontrolV1QuotaProperties
constructor
A new instance of GoogleApiServicecontrolV1QuotaProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleApiServicecontrolV1QuotaProperties
Returns a new instance of GoogleApiServicecontrolV1QuotaProperties.
1909 1910 1911 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1909 def initialize(**args) update!(**args) end |
Instance Attribute Details
#quota_mode ⇒ String
Quota mode for this operation.
Corresponds to the JSON property quotaMode
1907 1908 1909 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1907 def quota_mode @quota_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1914 1915 1916 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1914 def update!(**args) @quota_mode = args[:quota_mode] if args.key?(:quota_mode) end |