| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.AccountTtl
Documentation
data AccountTtl Source #
Constructors
| AccountTtl | Contains information about the period of inactivity after which the current user's account will automatically be deleted |
Instances
| FromJSON AccountTtl Source # | |
Defined in TD.Data.AccountTtl | |
| ToJSON AccountTtl Source # | |
Defined in TD.Data.AccountTtl Methods toJSON :: AccountTtl -> Value # toEncoding :: AccountTtl -> Encoding # toJSONList :: [AccountTtl] -> Value # toEncodingList :: [AccountTtl] -> Encoding # | |
| Show AccountTtl Source # | |
Defined in TD.Data.AccountTtl Methods showsPrec :: Int -> AccountTtl -> ShowS # show :: AccountTtl -> String # showList :: [AccountTtl] -> ShowS # | |
| Eq AccountTtl Source # | |
Defined in TD.Data.AccountTtl | |
| ShortShow AccountTtl Source # | |
Defined in TD.Data.AccountTtl Methods shortShow :: AccountTtl -> String Source # | |