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

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;
}

§Properties

§
businessEntityName?: string
[src]

The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"

§
displayName?: string
[src]

A human readable display name for this service.

§
name?: string
[src]

The resource name for the service. Example: "services/DA34-426B-A397"

§
serviceId?: string
[src]

The identifier for the service. Example: "DA34-426B-A397"