Google Apps Script API
    Preparing search index...
    interface AspsCollection {
        get(userKey: string, codeId: number): Asp;
        list(userKey: string): Asps;
        remove(userKey: string, codeId: number): void;
    }
    Index

    Methods