Google Apps Script API
    Preparing search index...
    interface ForwardingAddressesCollection {
        create(resource: ForwardingAddress, userId: string): ForwardingAddress;
        get(userId: string, forwardingEmail: string): ForwardingAddress;
        list(userId: string): ListForwardingAddressesResponse;
        remove(userId: string, forwardingEmail: string): void;
    }
    Index

    Methods