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

    gogol-classroom Gogol.Classroom.Types

    Drive file that is used as material for course work. See: newSharedDriveFile smart constructor.

  2. SharedDriveFile :: Maybe DriveFile -> Maybe SharedDriveFile_ShareMode -> SharedDriveFile

    gogol-classroom Gogol.Classroom.Types

    No documentation available.

  3. newtype SharedDriveFile_ShareMode

    gogol-classroom Gogol.Classroom.Types

    Mechanism by which students access the Drive item.

  4. SharedDriveFile_ShareMode :: Text -> SharedDriveFile_ShareMode

    gogol-classroom Gogol.Classroom.Types

    No documentation available.

  5. pattern SharedDriveFile_ShareMode_Edit :: SharedDriveFile_ShareMode

    gogol-classroom Gogol.Classroom.Types

    Students can edit the shared file.

  6. pattern SharedDriveFile_ShareMode_STUDENTCOPY :: SharedDriveFile_ShareMode

    gogol-classroom Gogol.Classroom.Types

    Students have a personal copy of the shared file.

  7. pattern SharedDriveFile_ShareMode_UNKNOWNSHAREMODE :: SharedDriveFile_ShareMode

    gogol-classroom Gogol.Classroom.Types

    No sharing mode specified. This should never be returned.

  8. pattern SharedDriveFile_ShareMode_View :: SharedDriveFile_ShareMode

    gogol-classroom Gogol.Classroom.Types

    Students can view the shared file.

  9. data ShareSettings

    gogol-compute Gogol.Compute

    The share setting for reservations and sole tenancy node groups. See: newShareSettings smart constructor.

  10. ShareSettings :: Maybe ShareSettings_ProjectMap -> Maybe ShareSettings_ShareType -> ShareSettings

    gogol-compute Gogol.Compute

    No documentation available.

Page 20 of many | Previous | Next