Service
import type { Service } from "https://googleapis.deno.dev/v1/cloudbilling:v1.ts";Encapsulates a single service in Google Cloud Platform.
interface Service  {
businessEntityName?: string;
displayName?: string;
name?: string;
serviceId?: string;
}