Class: Google::Apis::ServiceusageV1::BatchGetServicesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/serviceusage_v1/classes.rb,
generated/google/apis/serviceusage_v1/representations.rb,
generated/google/apis/serviceusage_v1/representations.rb

Overview

Response message for the BatchGetServices method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchGetServicesResponse

Returns a new instance of BatchGetServicesResponse.



571
572
573
# File 'generated/google/apis/serviceusage_v1/classes.rb', line 571

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

Instance Attribute Details

#servicesArray<Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service>

The requested Service states. Corresponds to the JSON property services



569
570
571
# File 'generated/google/apis/serviceusage_v1/classes.rb', line 569

def services
  @services
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



576
577
578
# File 'generated/google/apis/serviceusage_v1/classes.rb', line 576

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