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