Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2QuotaConfig
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2QuotaConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb
Overview
Configuration related to quotas.
Instance Attribute Summary collapse
-
#sign_up_quota_config ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2TemporaryQuota
Temporary quota increase / decrease Corresponds to the JSON property
signUpQuotaConfig
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2QuotaConfig
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2QuotaConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2QuotaConfig
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2QuotaConfig.
1389 1390 1391 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1389 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sign_up_quota_config ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2TemporaryQuota
Temporary quota increase / decrease
Corresponds to the JSON property signUpQuotaConfig
1387 1388 1389 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1387 def sign_up_quota_config @sign_up_quota_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1394 1395 1396 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1394 def update!(**args) @sign_up_quota_config = args[:sign_up_quota_config] if args.key?(:sign_up_quota_config) end |