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.
pattern
CourseWorkMaterial_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWorkMaterial_AssigneeModegogol-classroom Gogol.Classroom A subset of the students can see the item.
pattern
CourseWork_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWork_AssigneeModegogol-classroom Gogol.Classroom A subset of the students can see the item.
newtype
IndividualStudentsOptions gogol-classroom Gogol.Classroom Assignee details about a coursework/announcement. This field is set if and only if assigneeMode is INDIVIDUAL_STUDENTS. See: newIndividualStudentsOptions smart constructor.
IndividualStudentsOptions :: Maybe [Text] -> IndividualStudentsOptionsgogol-classroom Gogol.Classroom No documentation available.
-
gogol-classroom Gogol.Classroom A subset of the students can see the item.
-
gogol-classroom Gogol.Classroom A subset of the students can see the item.
data
ModifyIndividualStudentsOptions gogol-classroom Gogol.Classroom 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 No documentation available.
individualStudentsOptions :: Announcement -> Maybe IndividualStudentsOptionsgogol-classroom Gogol.Classroom 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 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.