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

GoogleCloudDatacatalogV1LookerSystemSpec

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

Specification that applies to entries that are part LOOKER system (user_specified_type)

interface GoogleCloudDatacatalogV1LookerSystemSpec {
parentInstanceDisplayName?: string;
parentInstanceId?: string;
parentModelDisplayName?: string;
parentModelId?: string;
parentViewDisplayName?: string;
parentViewId?: string;
}

§Properties

§
parentInstanceDisplayName?: string
[src]

Name of the parent Looker Instance. Empty if it does not exist.

§
parentInstanceId?: string
[src]

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

§
parentModelDisplayName?: string
[src]

Name of the parent Model. Empty if it does not exist.

§
parentModelId?: string
[src]

ID of the parent Model. Empty if it does not exist.

§
parentViewDisplayName?: string
[src]

Name of the parent View. Empty if it does not exist.

§
parentViewId?: string
[src]

ID of the parent View. Empty if it does not exist.