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

ServicesBatchGetOptions

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

Additional options for ServiceUsage#servicesBatchGet.

interface ServicesBatchGetOptions {
names?: string;
}

§Properties

§
names?: string
[src]

Names of the services to retrieve. An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.