Google Apps Script API
    Preparing search index...
    interface Thread {
        historyId?: string;
        id?: string;
        messages?: Message[];
        snippet?: string;
    }
    Index

    Properties

    historyId?: string
    id?: string
    messages?: Message[]
    snippet?: string