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