Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
- 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 BatchGetRecaptchaEnterpriseConfigs method.
Instance Attribute Summary collapse
-
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig>
RecaptchaEnterpriseConfigs retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
constructor
A new instance of GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse.
158 159 160 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 158 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig>
RecaptchaEnterpriseConfigs retrieved.
Corresponds to the JSON property configs
156 157 158 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 156 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
163 164 165 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 163 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |