ListServicesResponse
import type { ListServicesResponse } from "https://googleapis.deno.dev/v1/serviceusage:v1.ts";Response message for the ListServices method.
interface ListServicesResponse {
nextPageToken?: string;
services?: GoogleApiServiceusageV1Service[];
}