class Google::Apis::ServiceusageV1::BatchEnableServicesRequest

Request message for the `BatchEnableServices` method.

Attributes

service_ids[RW]

The identifiers of the services to enable on the project. A valid identifier would be: serviceusage.googleapis.com Enabling services requires that each service is public or is shared with the user enabling the service. A single request can enable a maximum of 20 services at a time. If more than 20 services are specified, the request will fail, and no state changes will occur. Corresponds to the JSON property `serviceIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/serviceusage_v1/classes.rb, line 519
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 524
def update!(**args)
  @service_ids = args[:service_ids] if args.key?(:service_ids)
end