Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchEnableServicesRequest

import type { BatchEnableServicesRequest } from "https://googleapis.deno.dev/v1/serviceusage:v1.ts";

Request message for the BatchEnableServices method.

interface BatchEnableServicesRequest {
serviceIds?: string[];
}

§Properties

§
serviceIds?: string[]
[src]

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.