Google Apps Script API
    Preparing search index...
    interface QueryResponse {
        cacheHit?: boolean;
        errors?: GoogleAppsScript.BigQuery.Schema.ErrorProto[];
        jobComplete?: boolean;
        jobReference?: JobReference;
        kind?: string;
        numDmlAffectedRows?: string;
        pageToken?: string;
        rows?: GoogleAppsScript.BigQuery.Schema.TableRow[];
        schema?: TableSchema;
        totalBytesProcessed?: string;
        totalRows?: string;
    }
    Index

    Properties

    cacheHit?: boolean
    jobComplete?: boolean
    jobReference?: JobReference
    kind?: string
    numDmlAffectedRows?: string
    pageToken?: string
    schema?: TableSchema
    totalBytesProcessed?: string
    totalRows?: string