Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data RemoveProxy = RemoveProxy {}
Documentation
data RemoveProxy Source #
Removes a proxy server. Can be called before authorization. Returns Ok
Instances
ToJSON RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy toJSON :: RemoveProxy -> Value # toEncoding :: RemoveProxy -> Encoding # toJSONList :: [RemoveProxy] -> Value # toEncodingList :: [RemoveProxy] -> Encoding # | |
Show RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy showsPrec :: Int -> RemoveProxy -> ShowS # show :: RemoveProxy -> String # showList :: [RemoveProxy] -> ShowS # | |
Eq RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy (==) :: RemoveProxy -> RemoveProxy -> Bool # (/=) :: RemoveProxy -> RemoveProxy -> Bool # | |
ShortShow RemoveProxy Source # | |
Defined in TD.Query.RemoveProxy shortShow :: RemoveProxy -> String Source # |