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

ManagedService

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

The full representation of a Service that is managed by Google Service Management.

interface ManagedService {
producerProjectId?: string;
serviceName?: string;
}

§Properties

§
producerProjectId?: string
[src]

ID of the project that produces and owns this service.

§
serviceName?: string
[src]

The name of the service. See the overview for naming requirements.