| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetAccountTtl
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
Constructors
| SetAccountTtl | |
Fields
| |
Instances
| ToJSON SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl Methods toJSON :: SetAccountTtl -> Value # toEncoding :: SetAccountTtl -> Encoding # toJSONList :: [SetAccountTtl] -> Value # toEncodingList :: [SetAccountTtl] -> Encoding # | |
| Show SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl Methods showsPrec :: Int -> SetAccountTtl -> ShowS # show :: SetAccountTtl -> String # showList :: [SetAccountTtl] -> ShowS # | |
| Eq SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl Methods (==) :: SetAccountTtl -> SetAccountTtl -> Bool # (/=) :: SetAccountTtl -> SetAccountTtl -> Bool # | |
| ShortShow SetAccountTtl Source # | |
Defined in TD.Query.SetAccountTtl Methods shortShow :: SetAccountTtl -> String Source # | |