Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse
- 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 BatchGetDeviceCheckConfigs method.
Instance Attribute Summary collapse
-
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaDeviceCheckConfig>
DeviceCheckConfigs retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse
constructor
A new instance of GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse.
161 162 163 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 161 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaDeviceCheckConfig>
DeviceCheckConfigs retrieved.
Corresponds to the JSON property configs
159 160 161 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 159 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
166 167 168 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 166 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |