Google Apps Script API
    Preparing search index...
    interface UsersCollection {
        Drafts: DraftsCollection;
        History: HistoryCollection;
        Labels: LabelsCollection;
        Messages: MessagesCollection;
        Settings: GoogleAppsScript.Gmail.Collection.Users.SettingsCollection;
        Threads: ThreadsCollection;
        getProfile(userId: string): GoogleAppsScript.Gmail.Schema.Profile;
        stop(userId: string): void;
        watch(resource: WatchRequest, userId: string): WatchResponse;
    }
    Index

    Properties

    Methods