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

GoogleApiServiceusageV1Service

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

A service that is available for use by the consumer.

interface GoogleApiServiceusageV1Service {
name?: string;
parent?: string;
state?: "STATE_UNSPECIFIED" | "DISABLED" | "ENABLED";
}

§Properties

§

The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the ListServices method. These fields are present only in responses to the GetService method.

§
name?: string
[src]

The resource name of the consumer and service. A valid name would be: - projects/123/services/serviceusage.googleapis.com

§
parent?: string
[src]

The resource name of the consumer. A valid name would be: - projects/123

§
state?: "STATE_UNSPECIFIED" | "DISABLED" | "ENABLED"
[src]

Whether or not the service has been enabled for use by the consumer.