| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.ExtraLife.TeamMember
Description
Provides the TeamMember type; note that this has an additional field
compared to the User type, isTeamCaptain and lacks much of the context
provided by the User type.
Generally instantiated by teamMembers (returned as a List)
- data TeamMember = TeamMember {
- displayName :: !Text
- participantID :: Int
- createdOn :: !UTCTime
- avatarImageURL :: !String
- isTeamCaptain :: Bool
Documentation
data TeamMember Source #
Represents a single member of a given team
Constructors
| TeamMember | |
Fields
| |
Instances