Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data AccountTtl Source #
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 parseJSON :: Value -> Parser AccountTtl # parseJSONList :: Value -> Parser [AccountTtl] # | |
ToJSON AccountTtl Source # | |
Defined in TD.Data.AccountTtl toJSON :: AccountTtl -> Value # toEncoding :: AccountTtl -> Encoding # toJSONList :: [AccountTtl] -> Value # toEncodingList :: [AccountTtl] -> Encoding # | |
Show AccountTtl Source # | |
Defined in TD.Data.AccountTtl showsPrec :: Int -> AccountTtl -> ShowS # show :: AccountTtl -> String # showList :: [AccountTtl] -> ShowS # | |
Eq AccountTtl Source # | |
Defined in TD.Data.AccountTtl (==) :: AccountTtl -> AccountTtl -> Bool # (/=) :: AccountTtl -> AccountTtl -> Bool # | |
ShortShow AccountTtl Source # | |
Defined in TD.Data.AccountTtl shortShow :: AccountTtl -> String Source # |