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