| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.CheckWebAppFileDownload
Synopsis
Documentation
data CheckWebAppFileDownload Source #
Checks whether a file can be downloaded and saved locally by Web App request. Returns Ok
Constructors
| CheckWebAppFileDownload | |
Instances
| ToJSON CheckWebAppFileDownload Source # | |
Defined in TD.Query.CheckWebAppFileDownload Methods toJSON :: CheckWebAppFileDownload -> Value # toEncoding :: CheckWebAppFileDownload -> Encoding # toJSONList :: [CheckWebAppFileDownload] -> Value # | |
| Show CheckWebAppFileDownload Source # | |
Defined in TD.Query.CheckWebAppFileDownload Methods showsPrec :: Int -> CheckWebAppFileDownload -> ShowS # show :: CheckWebAppFileDownload -> String # showList :: [CheckWebAppFileDownload] -> ShowS # | |
| Eq CheckWebAppFileDownload Source # | |
Defined in TD.Query.CheckWebAppFileDownload Methods (==) :: CheckWebAppFileDownload -> CheckWebAppFileDownload -> Bool # (/=) :: CheckWebAppFileDownload -> CheckWebAppFileDownload -> Bool # | |
| ShortShow CheckWebAppFileDownload Source # | |
Defined in TD.Query.CheckWebAppFileDownload Methods | |