Google Apps Script API
    Preparing search index...
    interface ListThreadsResponse {
        nextPageToken?: string;
        resultSizeEstimate?: number;
        threads?: Thread[];
    }
    Index

    Properties

    nextPageToken?: string
    resultSizeEstimate?: number
    threads?: Thread[]