Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse

Inherits:
Object
  • Object
show all
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 BatchUpdateServices method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse

Returns a new instance of GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse.



233
234
235
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 233

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

Instance Attribute Details

#servicesArray<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaService>

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



231
232
233
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 231

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



238
239
240
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 238

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