Google Apps Script API
    Preparing search index...
    interface GuardiansCollection {
        get(studentId: string, guardianId: string): Guardian;
        list(studentId: string): ListGuardiansResponse;
        list(studentId: string, optionalArgs: object): ListGuardiansResponse;
        remove(studentId: string, guardianId: string): void;
    }
    Index

    Methods