Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data TestUseUpdate = TestUseUpdate
Documentation
data TestUseUpdate Source #
Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization. Returns Update
Instances
ToJSON TestUseUpdate Source # | |
Defined in TD.Query.TestUseUpdate toJSON :: TestUseUpdate -> Value # toEncoding :: TestUseUpdate -> Encoding # toJSONList :: [TestUseUpdate] -> Value # toEncodingList :: [TestUseUpdate] -> Encoding # | |
Show TestUseUpdate Source # | |
Defined in TD.Query.TestUseUpdate showsPrec :: Int -> TestUseUpdate -> ShowS # show :: TestUseUpdate -> String # showList :: [TestUseUpdate] -> ShowS # | |
Eq TestUseUpdate Source # | |
Defined in TD.Query.TestUseUpdate (==) :: TestUseUpdate -> TestUseUpdate -> Bool # (/=) :: TestUseUpdate -> TestUseUpdate -> Bool # | |
ShortShow TestUseUpdate Source # | |
Defined in TD.Query.TestUseUpdate shortShow :: TestUseUpdate -> String Source # |