Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse

Returns a new instance of GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse.



139
140
141
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 139

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

Instance Attribute Details

#configsArray<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1PlayIntegrityConfig>

PlayIntegrityConfigs retrieved. Corresponds to the JSON property configs



137
138
139
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 137

def configs
  @configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



144
145
146
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 144

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