Google Apps Script API
    Preparing search index...
    interface DelegatesCollection {
        create(resource: Delegate, userId: string): Delegate;
        get(userId: string, delegateEmail: string): Delegate;
        list(userId: string): ListDelegatesResponse;
        remove(userId: string, delegateEmail: string): void;
    }
    Index

    Methods