hipchat-hs-0.0.4: Hipchat API bindings in Haskell
HipChat.Types.Rooms.GetAllMembersResponse
data UserItem Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> UserItem -> ShowS #
show :: UserItem -> String #
showList :: [UserItem] -> ShowS #
Associated Types
type Rep UserItem :: * -> * #
from :: UserItem -> Rep UserItem x #
to :: Rep UserItem x -> UserItem #
parseJSON :: Value -> Parser UserItem #
data GetAllMembersResponse Source #
showsPrec :: Int -> GetAllMembersResponse -> ShowS #
show :: GetAllMembersResponse -> String #
showList :: [GetAllMembersResponse] -> ShowS #
type Rep GetAllMembersResponse :: * -> * #
from :: GetAllMembersResponse -> Rep GetAllMembersResponse x #
to :: Rep GetAllMembersResponse x -> GetAllMembersResponse #
parseJSON :: Value -> Parser GetAllMembersResponse #