Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data SetAccountTtl = SetAccountTtl {
- ttl :: Maybe AccountTtl
Documentation
data SetAccountTtl Source #
Changes the period of inactivity after which the account of the current user will automatically be deleted. Returns Ok
SetAccountTtl | |
|
Instances
ToJSON SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl toJSON :: SetAccountTtl -> Value # toEncoding :: SetAccountTtl -> Encoding # toJSONList :: [SetAccountTtl] -> Value # toEncodingList :: [SetAccountTtl] -> Encoding # | |
Show SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl showsPrec :: Int -> SetAccountTtl -> ShowS # show :: SetAccountTtl -> String # showList :: [SetAccountTtl] -> ShowS # | |
Eq SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl (==) :: SetAccountTtl -> SetAccountTtl -> Bool # (/=) :: SetAccountTtl -> SetAccountTtl -> Bool # | |
ShortShow SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl shortShow :: SetAccountTtl -> String Source # |