| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.BusinessBotRights
Documentation
data BusinessBotRights Source #
Constructors
| BusinessBotRights | Describes rights of a business bot |
Fields
| |
Instances
| FromJSON BusinessBotRights Source # | |
Defined in TD.Data.BusinessBotRights Methods parseJSON :: Value -> Parser BusinessBotRights # parseJSONList :: Value -> Parser [BusinessBotRights] # | |
| ToJSON BusinessBotRights Source # | |
Defined in TD.Data.BusinessBotRights Methods toJSON :: BusinessBotRights -> Value # toEncoding :: BusinessBotRights -> Encoding # toJSONList :: [BusinessBotRights] -> Value # toEncodingList :: [BusinessBotRights] -> Encoding # | |
| Show BusinessBotRights Source # | |
Defined in TD.Data.BusinessBotRights Methods showsPrec :: Int -> BusinessBotRights -> ShowS # show :: BusinessBotRights -> String # showList :: [BusinessBotRights] -> ShowS # | |
| Eq BusinessBotRights Source # | |
Defined in TD.Data.BusinessBotRights Methods (==) :: BusinessBotRights -> BusinessBotRights -> Bool # (/=) :: BusinessBotRights -> BusinessBotRights -> Bool # | |
| ShortShow BusinessBotRights Source # | |
Defined in TD.Data.BusinessBotRights Methods shortShow :: BusinessBotRights -> String Source # | |