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

ResultTableColumnHeader

import type { ResultTableColumnHeader } from "https://googleapis.deno.dev/v1/youtubeAnalytics:v2.ts";

The description of a column of the result table.

interface ResultTableColumnHeader {
columnType?: string;
dataType?: string;
name?: string;
}

§Properties

§
columnType?: string
[src]

The type of the column (DIMENSION or METRIC).

§
dataType?: string
[src]

The type of the data in the column (STRING, INTEGER, FLOAT, etc.).

§
name?: string
[src]

The name of the dimension or metric.