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

GoogleCloudDatacatalogV1GraphSpec

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

Specification that applies to a graph.

interface GoogleCloudDatacatalogV1GraphSpec {
readonly name?: string;
}

§Properties

§

Optional. Edge tables of the graph.

§
readonly name?: string
[src]

Output only. Fully qualified graph name. e.g. named_catalog.MyGraph

§

Required. Node tables of the graph.