Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappcheck_v1beta/classes.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb
Overview
Response message for the BatchGetRecaptchaV3Configs method.
Instance Attribute Summary collapse
-
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaRecaptchaV3Config>
RecaptchaV3Configs retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse
constructor
A new instance of GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse.
231 232 233 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 231 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaRecaptchaV3Config>
RecaptchaV3Configs retrieved.
Corresponds to the JSON property configs
229 230 231 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 229 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
236 237 238 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 236 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |