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 ModifyAnnouncementAssigneesRequest_AssigneeMode_INDIVIDUALSTUDENTS :: ModifyAnnouncementAssigneesRequest_AssigneeMode

    gogol-classroom Gogol.Classroom.Types

    A subset of the students can see the item.

  2. pattern ModifyCourseWorkAssigneesRequest_AssigneeMode_INDIVIDUALSTUDENTS :: ModifyCourseWorkAssigneesRequest_AssigneeMode

    gogol-classroom Gogol.Classroom.Types

    A subset of the students can see the item.

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

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

    gogol-classroom Gogol.Classroom.Types

    No documentation available.

  5. individualStudentsOptions :: Announcement -> Maybe IndividualStudentsOptions

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

  6. individualStudentsOptions :: CourseWork -> Maybe IndividualStudentsOptions

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

  7. individualStudentsOptions :: CourseWorkMaterial -> Maybe IndividualStudentsOptions

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

  8. modifyIndividualStudentsOptions :: ModifyAnnouncementAssigneesRequest -> Maybe ModifyIndividualStudentsOptions

    gogol-classroom Gogol.Classroom.Types

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

  9. modifyIndividualStudentsOptions :: ModifyCourseWorkAssigneesRequest -> Maybe ModifyIndividualStudentsOptions

    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.

  10. newIndividualStudentsOptions :: IndividualStudentsOptions

    gogol-classroom Gogol.Classroom.Types

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

Page 34 of many | Previous | Next