google_api_service_usage v0.6.0 GoogleApi.ServiceUsage.V1.Model.BatchEnableServicesRequest View Source

Request 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceUsage.V1.Model.BatchEnableServicesRequest{
  serviceIds: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.