Google Apps Script API
    Preparing search index...
    interface GaData {
        columnHeaders?: GaDataColumnHeaders[];
        containsSampledData?: boolean;
        dataLastRefreshed?: string;
        dataTable?: GaDataDataTable;
        id?: string;
        itemsPerPage?: number;
        kind?: string;
        nextLink?: string;
        previousLink?: string;
        profileInfo?: GaDataProfileInfo;
        query?: GaDataQuery;
        rows?: string[][];
        sampleSize?: string;
        sampleSpace?: string;
        selfLink?: string;
        totalResults?: number;
        totalsForAllResults?: Record<string, string>;
    }
    Index

    Properties

    columnHeaders?: GaDataColumnHeaders[]
    containsSampledData?: boolean
    dataLastRefreshed?: string
    dataTable?: GaDataDataTable
    id?: string
    itemsPerPage?: number
    kind?: string
    nextLink?: string
    previousLink?: string
    profileInfo?: GaDataProfileInfo
    query?: GaDataQuery
    rows?: string[][]
    sampleSize?: string
    sampleSpace?: string
    selfLink?: string
    totalResults?: number
    totalsForAllResults?: Record<string, string>