Class: Google::Apis::ServiceusageV1::BatchGetServicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ServiceusageV1::BatchGetServicesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/serviceusage_v1/classes.rb,
lib/google/apis/serviceusage_v1/representations.rb,
lib/google/apis/serviceusage_v1/representations.rb
Overview
Response message for the BatchGetServices
method.
Instance Attribute Summary collapse
-
#services ⇒ Array<Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service>
The requested Service states.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetServicesResponse
constructor
A new instance of BatchGetServicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchGetServicesResponse
Returns a new instance of BatchGetServicesResponse.
579 580 581 |
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 579 def initialize(**args) update!(**args) end |
Instance Attribute Details
#services ⇒ Array<Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service>
The requested Service states.
Corresponds to the JSON property services
577 578 579 |
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 577 def services @services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
584 585 586 |
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 584 def update!(**args) @services = args[:services] if args.key?(:services) end |