Google Apps Script API
    Preparing search index...
    interface TableListTables {
        clustering?: Clustering;
        creationTime?: string;
        expirationTime?: string;
        friendlyName?: string;
        id?: string;
        kind?: string;
        labels?: object;
        tableReference?: TableReference;
        timePartitioning?: TimePartitioning;
        type?: string;
        view?: TableListTablesView;
    }
    Index

    Properties

    clustering?: Clustering
    creationTime?: string
    expirationTime?: string
    friendlyName?: string
    id?: string
    kind?: string
    labels?: object
    tableReference?: TableReference
    timePartitioning?: TimePartitioning
    type?: string