Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetBackgroundUrl Source #
Constructs a persistent HTTP URL for a background. Returns HttpUrl
Instances
ToJSON GetBackgroundUrl Source # | |
Defined in TD.Query.GetBackgroundUrl toJSON :: GetBackgroundUrl -> Value # toEncoding :: GetBackgroundUrl -> Encoding # toJSONList :: [GetBackgroundUrl] -> Value # toEncodingList :: [GetBackgroundUrl] -> Encoding # | |
Show GetBackgroundUrl Source # | |
Defined in TD.Query.GetBackgroundUrl showsPrec :: Int -> GetBackgroundUrl -> ShowS # show :: GetBackgroundUrl -> String # showList :: [GetBackgroundUrl] -> ShowS # | |
Eq GetBackgroundUrl Source # | |
Defined in TD.Query.GetBackgroundUrl (==) :: GetBackgroundUrl -> GetBackgroundUrl -> Bool # (/=) :: GetBackgroundUrl -> GetBackgroundUrl -> Bool # | |
ShortShow GetBackgroundUrl Source # | |
Defined in TD.Query.GetBackgroundUrl shortShow :: GetBackgroundUrl -> String Source # |