Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse

Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse.



212
213
214
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 212

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

Instance Attribute Details

#configsArray<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig>

RecaptchaEnterpriseConfigs retrieved. Corresponds to the JSON property configs



210
211
212
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 210

def configs
  @configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



217
218
219
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 217

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