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

GoogleCloudDatacatalogV1ViewSpec

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

Table view specification.

interface GoogleCloudDatacatalogV1ViewSpec {
readonly viewQuery?: string;
}

§Properties

§
readonly viewQuery?: string
[src]

Output only. The query that defines the table view.