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