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

ConfigRef

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

Represents a service configuration with its name and id.

interface ConfigRef {
name?: string;
}

§Properties

§
name?: string
[src]

Resource name of a service config. It must have the following format: "services/{service name}/configs/{config id}".