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. individualStudentsOptions :: CourseWorkMaterial -> Maybe IndividualStudentsOptions

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

  2. modifyIndividualStudentsOptions :: ModifyAnnouncementAssigneesRequest -> Maybe ModifyIndividualStudentsOptions

    gogol-classroom Gogol.Classroom

    Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

  3. modifyIndividualStudentsOptions :: ModifyCourseWorkAssigneesRequest -> Maybe ModifyIndividualStudentsOptions

    gogol-classroom Gogol.Classroom

    Set which students are assigned or not assigned to the coursework. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

  4. newIndividualStudentsOptions :: IndividualStudentsOptions

    gogol-classroom Gogol.Classroom

    Creates a value of IndividualStudentsOptions with the minimum fields required to make a request.

  5. newModifyIndividualStudentsOptions :: ModifyIndividualStudentsOptions

    gogol-classroom Gogol.Classroom

    Creates a value of ModifyIndividualStudentsOptions with the minimum fields required to make a request.

  6. pattern Announcement_AssigneeMode_INDIVIDUALSTUDENTS :: Announcement_AssigneeMode

    gogol-classroom Gogol.Classroom.Types

    A subset of the students can see the item.

  7. pattern CourseWorkMaterial_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWorkMaterial_AssigneeMode

    gogol-classroom Gogol.Classroom.Types

    A subset of the students can see the item.

  8. pattern CourseWork_AssigneeMode_INDIVIDUALSTUDENTS :: CourseWork_AssigneeMode

    gogol-classroom Gogol.Classroom.Types

    A subset of the students can see the item.

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

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

    gogol-classroom Gogol.Classroom.Types

    No documentation available.

Page 33 of many | Previous | Next