Google Apps Script API
    Preparing search index...
    interface Profile {
        emailAddress?: string;
        historyId?: string;
        messagesTotal?: number;
        threadsTotal?: number;
    }
    Index

    Properties

    emailAddress?: string
    historyId?: string
    messagesTotal?: number
    threadsTotal?: number