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