Google Apps Script API
    Preparing search index...
    interface ReportData {
        dataLastRefreshed?: string;
        isDataGolden?: boolean;
        maximums?: DateRangeValues[];
        minimums?: DateRangeValues[];
        rowCount?: number;
        rows?: ReportRow[];
        samplesReadCounts?: string[];
        samplingSpaceSizes?: string[];
        totals?: DateRangeValues[];
    }
    Index

    Properties

    dataLastRefreshed?: string
    isDataGolden?: boolean
    maximums?: DateRangeValues[]
    minimums?: DateRangeValues[]
    rowCount?: number
    rows?: ReportRow[]
    samplesReadCounts?: string[]
    samplingSpaceSizes?: string[]
    totals?: DateRangeValues[]