class Google::Apis::ServiceusageV1beta1::BatchEnableServicesResponse
Response message for the `BatchEnableServices` method. This response message is assigned to the `response` field of the returned Operation
when that operation is done.
Attributes
failures[RW]
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure. Corresponds to the JSON property `failures` @return [Array<Google::Apis::ServiceusageV1beta1::EnableFailure>]
services[RW]
The new state of the services after enabling. Corresponds to the JSON property `services` @return [Array<Google::Apis::ServiceusageV1beta1::GoogleApiServiceusageV1Service>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceusage_v1beta1/classes.rb, line 548 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_v1beta1/classes.rb, line 553 def update!(**args) @failures = args[:failures] if args.key?(:failures) @services = args[:services] if args.key?(:services) end