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

GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec

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

Column info specific to Looker System.

interface GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec {
type?:
| "LOOKER_COLUMN_TYPE_UNSPECIFIED"
| "DIMENSION"
| "DIMENSION_GROUP"
| "FILTER"
| "MEASURE"
| "PARAMETER";
}

§Properties

§
type?: "LOOKER_COLUMN_TYPE_UNSPECIFIED" | "DIMENSION" | "DIMENSION_GROUP" | "FILTER" | "MEASURE" | "PARAMETER"
[src]

Looker specific column type of this column.