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

    Methods

    Methods