Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1BatchUpdateServicesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1BatchUpdateServicesResponse

Returns a new instance of GoogleFirebaseAppcheckV1BatchUpdateServicesResponse.



244
245
246
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 244

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

Instance Attribute Details

#servicesArray<Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service>

Service objects after the updates have been applied. Corresponds to the JSON property services



242
243
244
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 242

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



249
250
251
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 249

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