GitHub.Types.Base.Invitation
data Invitation Source #
Constructors
Fields
Defined in GitHub.Types.Base.Invitation
Methods
(==) :: Invitation -> Invitation -> Bool #
(/=) :: Invitation -> Invitation -> Bool #
readsPrec :: Int -> ReadS Invitation #
readList :: ReadS [Invitation] #
readPrec :: ReadPrec Invitation #
readListPrec :: ReadPrec [Invitation] #
showsPrec :: Int -> Invitation -> ShowS #
show :: Invitation -> String #
showList :: [Invitation] -> ShowS #
arbitrary :: Gen Invitation #
shrink :: Invitation -> [Invitation] #
toJSON :: Invitation -> Value #
toEncoding :: Invitation -> Encoding #
toJSONList :: [Invitation] -> Value #
toEncodingList :: [Invitation] -> Encoding #
parseJSON :: Value -> Parser Invitation #
parseJSONList :: Value -> Parser [Invitation] #