Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse
- 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 BatchGetAppAttestConfigs method.
Instance Attribute Summary collapse
-
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppAttestConfig>
AppAttestConfigs retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse
constructor
A new instance of GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse.
101 102 103 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 101 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppAttestConfig>
AppAttestConfigs retrieved.
Corresponds to the JSON property configs
99 100 101 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 99 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
106 107 108 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 106 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |