Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse

Returns a new instance of GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse.



120
121
122
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 120

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

Instance Attribute Details

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

DeviceCheckConfigs retrieved. Corresponds to the JSON property configs



118
119
120
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 118

def configs
  @configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



125
126
127
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 125

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