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?: GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty[];
}