Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
webex-teams-api Network.WebexTeams No documentation available.
-
webex-teams-api Network.WebexTeams PersonList is decoded from response JSON of List People REST call. It is list of Person.
PersonList :: [Person] -> PersonListwebex-teams-api Network.WebexTeams No documentation available.
-
webex-teams-api Network.WebexTeams Current status of Person. It can be updated automatically by recent activity or explicitly updated by user's operation or propagated from vacation setting on email system.
PersonStatusActive :: PersonStatuswebex-teams-api Network.WebexTeams The Person is currently active. Decoded from "active".
PersonStatusDoNotDisturb :: PersonStatuswebex-teams-api Network.WebexTeams The Person is explicitly indicated do-not-disturb. Decoded from "DoNotDisturb".
PersonStatusInactive :: PersonStatuswebex-teams-api Network.WebexTeams The Person is currently not active. Decoded from "inactive".
PersonStatusOutOfOffice :: PersonStatuswebex-teams-api Network.WebexTeams Email system of the Person currently sets vacation. Decoded from "OutOfOffice".
PersonStatusUnknown :: PersonStatuswebex-teams-api Network.WebexTeams The status of the Person is unknown. Decoded from "unknown".
-
webex-teams-api Network.WebexTeams PersonType indicates whether the Person is real human or bot.