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

GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties

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

The label and its properties. Each label is associated with a set of properties.

interface GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties {
label?: string;
}

§Properties

§
label?: string
[src]

Required. The name of the label.

§

Optional. The properties associated with the label.