Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data CancelDownloadFile Source #
Stops the downloading of a file. If a file has already been downloaded, does nothing. Returns Ok
Instances
ToJSON CancelDownloadFile Source # | |
Defined in TD.Query.CancelDownloadFile toJSON :: CancelDownloadFile -> Value # toEncoding :: CancelDownloadFile -> Encoding # toJSONList :: [CancelDownloadFile] -> Value # toEncodingList :: [CancelDownloadFile] -> Encoding # | |
Show CancelDownloadFile Source # | |
Defined in TD.Query.CancelDownloadFile showsPrec :: Int -> CancelDownloadFile -> ShowS # show :: CancelDownloadFile -> String # showList :: [CancelDownloadFile] -> ShowS # | |
Eq CancelDownloadFile Source # | |
Defined in TD.Query.CancelDownloadFile (==) :: CancelDownloadFile -> CancelDownloadFile -> Bool # (/=) :: CancelDownloadFile -> CancelDownloadFile -> Bool # | |
ShortShow CancelDownloadFile Source # | |
Defined in TD.Query.CancelDownloadFile shortShow :: CancelDownloadFile -> String Source # |