Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SearchFileDownloads Source #
Searches for files in the file download list or recently downloaded files from the list. Returns FoundFileDownloads
SearchFileDownloads | |
|
Instances
ToJSON SearchFileDownloads Source # | |
Defined in TD.Query.SearchFileDownloads toJSON :: SearchFileDownloads -> Value # toEncoding :: SearchFileDownloads -> Encoding # toJSONList :: [SearchFileDownloads] -> Value # toEncodingList :: [SearchFileDownloads] -> Encoding # | |
Show SearchFileDownloads Source # | |
Defined in TD.Query.SearchFileDownloads showsPrec :: Int -> SearchFileDownloads -> ShowS # show :: SearchFileDownloads -> String # showList :: [SearchFileDownloads] -> ShowS # | |
Eq SearchFileDownloads Source # | |
Defined in TD.Query.SearchFileDownloads (==) :: SearchFileDownloads -> SearchFileDownloads -> Bool # (/=) :: SearchFileDownloads -> SearchFileDownloads -> Bool # | |
ShortShow SearchFileDownloads Source # | |
Defined in TD.Query.SearchFileDownloads |