Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse
- 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 BatchGetPlayIntegrityConfigs method.
Instance Attribute Summary collapse
-
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaPlayIntegrityConfig>
PlayIntegrityConfigs retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse
constructor
A new instance of GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse.
174 175 176 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 174 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaPlayIntegrityConfig>
PlayIntegrityConfigs retrieved.
Corresponds to the JSON property configs
172 173 174 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 172 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
179 180 181 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 179 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |