| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetInactiveSessionTtl
Synopsis
Documentation
data SetInactiveSessionTtl Source #
Changes the period of inactivity after which sessions will automatically be terminated. Returns Ok
Constructors
| SetInactiveSessionTtl | |
Fields
| |
Instances
| ToJSON SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl Methods toJSON :: SetInactiveSessionTtl -> Value # toEncoding :: SetInactiveSessionTtl -> Encoding # toJSONList :: [SetInactiveSessionTtl] -> Value # toEncodingList :: [SetInactiveSessionTtl] -> Encoding # | |
| Show SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl Methods showsPrec :: Int -> SetInactiveSessionTtl -> ShowS # show :: SetInactiveSessionTtl -> String # showList :: [SetInactiveSessionTtl] -> ShowS # | |
| Eq SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl Methods (==) :: SetInactiveSessionTtl -> SetInactiveSessionTtl -> Bool # (/=) :: SetInactiveSessionTtl -> SetInactiveSessionTtl -> Bool # | |
| ShortShow SetInactiveSessionTtl Source # | |
Defined in TD.Query.SetInactiveSessionTtl Methods | |