Google Apps Script API
    Preparing search index...
    interface ModifyIndividualStudentsOptions {
        addStudentIds?: string[];
        removeStudentIds?: string[];
    }
    Index

    Properties

    addStudentIds?: string[]
    removeStudentIds?: string[]