Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse

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 BatchGetSafetyNetConfigs method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse

Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse.



185
186
187
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 185

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

Instance Attribute Details

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

SafetyNetConfigs retrieved. Corresponds to the JSON property configs



183
184
185
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 183

def configs
  @configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



190
191
192
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 190

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