Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetRecaptchaV3ConfigsResponse

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

Overview

Response message for the BatchGetRecaptchaV3Configs method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetRecaptchaV3ConfigsResponse

Returns a new instance of GoogleFirebaseAppcheckV1BatchGetRecaptchaV3ConfigsResponse.



177
178
179
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 177

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

Instance Attribute Details

#configsArray<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaV3Config>

RecaptchaV3Configs retrieved. Corresponds to the JSON property configs



175
176
177
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 175

def configs
  @configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



182
183
184
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 182

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