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.



1139
1140
1141
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1139

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



1137
1138
1139
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1137

def 
  @sign_up_quota_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1144
1145
1146
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1144

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