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

ColumnGroupSchema

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

The column group schema.

interface ColumnGroupSchema {
ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | null;
Name?: string | null;
}

§Properties

§
ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | null
[src]

A structure containing the list of schemas for column group columns.

§
Name?: string | null
[src]

The name of the column group schema.