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.

  1. pattern CourseWorkMaterial_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWorkMaterial_AssigneeMode

    gogol-classroom Gogol.Classroom

    A subset of the students can see the item.

  2. pattern CourseWork_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWork_AssigneeMode

    gogol-classroom Gogol.Classroom

    A subset of the students can see the item.

  3. 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.

  4. IndividualStudentsOptions :: Maybe [Text] -> IndividualStudentsOptions

    gogol-classroom Gogol.Classroom

    No documentation available.

  5. pattern ModifyAnnouncementAssigneesRequest_AssigneeMode_INDIVIDUALSTUDENTS :: ModifyAnnouncementAssigneesRequest_AssigneeMode

    gogol-classroom Gogol.Classroom

    A subset of the students can see the item.

  6. pattern ModifyCourseWorkAssigneesRequest_AssigneeMode_INDIVIDUALSTUDENTS :: ModifyCourseWorkAssigneesRequest_AssigneeMode

    gogol-classroom Gogol.Classroom

    A subset of the students can see the item.

  7. 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.

  8. ModifyIndividualStudentsOptions :: Maybe [Text] -> Maybe [Text] -> ModifyIndividualStudentsOptions

    gogol-classroom Gogol.Classroom

    No documentation available.

  9. individualStudentsOptions :: Announcement -> Maybe IndividualStudentsOptions

    gogol-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.

  10. individualStudentsOptions :: CourseWork -> Maybe IndividualStudentsOptions

    gogol-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.

Page 32 of many | Previous | Next