GoogleApi.ServiceUsage.V1.Model.BatchEnableServicesRequest (google_api_service_usage v0.27.0)
View SourceRequest message for the BatchEnableServices
method.
Attributes
-
serviceIds
(type:list(String.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceUsage.V1.Model.BatchEnableServicesRequest{ serviceIds: [String.t()] | nil }