Google Apps Script API
    Preparing search index...
    interface Notification {
        body?: string;
        etag?: string;
        fromAddress?: string;
        isUnread?: boolean;
        kind?: string;
        notificationId?: string;
        sendTime?: string;
        subject?: string;
    }
    Index

    Properties

    body?: string
    etag?: string
    fromAddress?: string
    isUnread?: boolean
    kind?: string
    notificationId?: string
    sendTime?: string
    subject?: string