Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
- 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 BatchUpdateServices method.
Instance Attribute Summary collapse
-
#services ⇒ Array<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service>
Service objects after the updates have been applied.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
constructor
A new instance of GoogleFirebaseAppcheckV1BatchUpdateServicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
Returns a new instance of GoogleFirebaseAppcheckV1BatchUpdateServicesResponse.
292 293 294 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 292 def initialize(**args) update!(**args) end |
Instance Attribute Details
#services ⇒ Array<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service>
Service objects after the updates have been applied.
Corresponds to the JSON property services
290 291 292 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 290 def services @services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
297 298 299 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 297 def update!(**args) @services = args[:services] if args.key?(:services) end |