Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-classroom Gogol.Classroom.Types A subset of the students can see the item.
-
gogol-classroom Gogol.Classroom.Types A subset of the students can see the item.
data
ModifyIndividualStudentsOptions gogol-classroom Gogol.Classroom.Types Contains fields to add or remove students from a course work or announcement where the assigneeMode is set to INDIVIDUAL_STUDENTS. See: newModifyIndividualStudentsOptions smart constructor.
ModifyIndividualStudentsOptions :: Maybe [Text] -> Maybe [Text] -> ModifyIndividualStudentsOptionsgogol-classroom Gogol.Classroom.Types No documentation available.
individualStudentsOptions :: Announcement -> Maybe IndividualStudentsOptionsgogol-classroom Gogol.Classroom.Types Identifiers of students with access to the announcement. This field is set only if assigneeMode is INDIVIDUAL_STUDENTS. If the assigneeMode is INDIVIDUAL_STUDENTS, then only students specified in this field can see the announcement.
individualStudentsOptions :: CourseWork -> Maybe IndividualStudentsOptionsgogol-classroom Gogol.Classroom.Types Identifiers of students with access to the coursework. This field is set only if assigneeMode is INDIVIDUAL_STUDENTS. If the assigneeMode is INDIVIDUAL_STUDENTS, then only students specified in this field are assigned the coursework.
individualStudentsOptions :: CourseWorkMaterial -> Maybe IndividualStudentsOptionsgogol-classroom Gogol.Classroom.Types Identifiers of students with access to the course work material. This field is set only if assigneeMode is INDIVIDUAL_STUDENTS. If the assigneeMode is INDIVIDUAL_STUDENTS, then only students specified in this field can see the course work material.
-
gogol-classroom Gogol.Classroom.Types Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.
-
gogol-classroom Gogol.Classroom.Types Set which students are assigned or not assigned to the coursework. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.
newIndividualStudentsOptions :: IndividualStudentsOptionsgogol-classroom Gogol.Classroom.Types Creates a value of IndividualStudentsOptions with the minimum fields required to make a request.