Google Apps Script API
    Preparing search index...
    interface Notifications {
        etag?: string;
        items?: GoogleAppsScript.AdminDirectory.Schema.Notification[];
        kind?: string;
        nextPageToken?: string;
        unreadNotificationsCount?: number;
    }
    Index

    Properties

    etag?: string
    kind?: string
    nextPageToken?: string
    unreadNotificationsCount?: number