mackerel-client-0.1.0: An API client library for Mackerel
Web.Mackerel.Types.Invitation
data InvitationAuthority Source #
Constructors
Instances
Methods
(==) :: InvitationAuthority -> InvitationAuthority -> Bool #
(/=) :: InvitationAuthority -> InvitationAuthority -> Bool #
readsPrec :: Int -> ReadS InvitationAuthority #
readList :: ReadS [InvitationAuthority] #
readPrec :: ReadPrec InvitationAuthority #
readListPrec :: ReadPrec [InvitationAuthority] #
showsPrec :: Int -> InvitationAuthority -> ShowS #
show :: InvitationAuthority -> String #
showList :: [InvitationAuthority] -> ShowS #
toJSON :: InvitationAuthority -> Value #
toEncoding :: InvitationAuthority -> Encoding #
toJSONList :: [InvitationAuthority] -> Value #
toEncodingList :: [InvitationAuthority] -> Encoding #
parseJSON :: Value -> Parser InvitationAuthority #
parseJSONList :: Value -> Parser [InvitationAuthority] #
data Invitation Source #
Fields
(==) :: Invitation -> Invitation -> Bool #
(/=) :: Invitation -> Invitation -> Bool #
showsPrec :: Int -> Invitation -> ShowS #
show :: Invitation -> String #
showList :: [Invitation] -> ShowS #
toJSON :: Invitation -> Value #
toEncoding :: Invitation -> Encoding #
toJSONList :: [Invitation] -> Value #
toEncodingList :: [Invitation] -> Encoding #
parseJSON :: Value -> Parser Invitation #
parseJSONList :: Value -> Parser [Invitation] #