Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2QuotaConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2QuotaConfig

Returns a new instance of GoogleCloudIdentitytoolkitAdminV2QuotaConfig.



1227
1228
1229
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1227

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

Instance Attribute Details

#sign_up_quota_configGoogle::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2TemporaryQuota

Temporary quota increase / decrease Corresponds to the JSON property signUpQuotaConfig



1225
1226
1227
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1225

def 
  @sign_up_quota_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1232
1233
1234
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1232

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