Google Apps Script API
    Preparing search index...
    interface AlertsCollection {
        list(): Alerts;
        list(optionalArgs: object): Alerts;
        remove(alertId: string): void;
    }
    Index

    Methods

    Methods