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;
}