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.
individualStudentsOptions :: CourseWorkMaterial -> Maybe IndividualStudentsOptionsgogol-classroom Gogol.Classroom 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 Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.
-
gogol-classroom Gogol.Classroom 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 Creates a value of IndividualStudentsOptions with the minimum fields required to make a request.
newModifyIndividualStudentsOptions :: ModifyIndividualStudentsOptionsgogol-classroom Gogol.Classroom Creates a value of ModifyIndividualStudentsOptions with the minimum fields required to make a request.
pattern
Announcement_AssigneeMode_INDIVIDUALSTUDENTS :: Announcement_AssigneeModegogol-classroom Gogol.Classroom.Types A subset of the students can see the item.
pattern
CourseWorkMaterial_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWorkMaterial_AssigneeModegogol-classroom Gogol.Classroom.Types A subset of the students can see the item.
pattern
CourseWork_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWork_AssigneeModegogol-classroom Gogol.Classroom.Types A subset of the students can see the item.
newtype
IndividualStudentsOptions gogol-classroom Gogol.Classroom.Types 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.Types No documentation available.