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

ColumnSchema

import type { ColumnSchema } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

The column schema.

interface ColumnSchema {
DataType?: string | null;
GeographicRole?: string | null;
Name?: string | null;
}

§Properties

§
DataType?: string | null
[src]

The data type of the column schema.

§
GeographicRole?: string | null
[src]

The geographic role of the column schema.

§
Name?: string | null
[src]

The name of the column schema.