Google Apps Script API
    Preparing search index...
    interface AdsenseReportsGenerateResponse {
        averages?: string[];
        endDate?: string;
        headers?: AdsenseReportsGenerateResponseHeaders[];
        kind?: string;
        rows?: string[][];
        startDate?: string;
        totalMatchedRows?: string;
        totals?: string[];
        warnings?: string[];
    }
    Index

    Properties

    averages?: string[]
    endDate?: string
    kind?: string
    rows?: string[][]
    startDate?: string
    totalMatchedRows?: string
    totals?: string[]
    warnings?: string[]