mackerel-client-0.2.0: An API client library for Mackerel
Web.Mackerel.Types.User
data UserId Source #
Constructors
Defined in Web.Mackerel.Types.User
Methods
(==) :: UserId -> UserId -> Bool #
(/=) :: UserId -> UserId -> Bool #
showsPrec :: Int -> UserId -> ShowS #
show :: UserId -> String #
showList :: [UserId] -> ShowS #
toJSON :: UserId -> Value #
toEncoding :: UserId -> Encoding #
toJSONList :: [UserId] -> Value #
toEncodingList :: [UserId] -> Encoding #
parseJSON :: Value -> Parser UserId #
parseJSONList :: Value -> Parser [UserId] #
data User Source #
Fields
(==) :: User -> User -> Bool #
(/=) :: User -> User -> Bool #
showsPrec :: Int -> User -> ShowS #
show :: User -> String #
showList :: [User] -> ShowS #
toJSON :: User -> Value #
toEncoding :: User -> Encoding #
toJSONList :: [User] -> Value #
toEncodingList :: [User] -> Encoding #
parseJSON :: Value -> Parser User #
parseJSONList :: Value -> Parser [User] #