Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse
- 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 BatchGetRecaptchaEnterpriseConfigs method.
Instance Attribute Summary collapse
-
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig>
RecaptchaEnterpriseConfigs retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse
constructor
A new instance of GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse.
218 219 220 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 218 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig>
RecaptchaEnterpriseConfigs retrieved.
Corresponds to the JSON property configs
216 217 218 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 216 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
223 224 225 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 223 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |