Google Apps Script API
    Preparing search index...
    interface TableDataList {
        etag?: string;
        kind?: string;
        pageToken?: string;
        rows?: GoogleAppsScript.BigQuery.Schema.TableRow[];
        totalRows?: string;
    }
    Index

    Properties

    etag?: string
    kind?: string
    pageToken?: string
    totalRows?: string