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

ContentSourceMetaData

import type { ContentSourceMetaData } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";

Contains the meta data of the content source. This is a read-only field.

interface ContentSourceMetaData {
readonly charset?: string;
readonly fieldNames?: string[];
readonly rowNumber?: number;
readonly separator?: string;
}

§Properties

§
readonly charset?: string
[src]

Output only. The charset of the content source.

§
readonly fieldNames?: string[]
[src]

Output only. The list of column names in the content source.

§
readonly rowNumber?: number
[src]

Output only. The number of rows in the content source.

§
readonly separator?: string
[src]

Output only. The separator of the content source.