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