class Google::Apis::ServiceusageV1::BatchGetServicesResponse
Response message for the `BatchGetServices` method.
Attributes
services[RW]
The requested Service states. Corresponds to the JSON property `services` @return [Array<Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceusage_v1/classes.rb, line 566 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceusage_v1/classes.rb, line 571 def update!(**args) @services = args[:services] if args.key?(:services) end