| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Slack.Auth
Description
Documentation
Constructors
| TestRsp | |
Fields
| |
Instances
| Eq TestRsp Source # | |
| Show TestRsp Source # | |
| Generic TestRsp Source # | |
| ToJSON TestRsp Source # | |
Defined in Web.Slack.Auth | |
| FromJSON TestRsp Source # | |
| type Rep TestRsp Source # | |
Defined in Web.Slack.Auth type Rep TestRsp = D1 (MetaData "TestRsp" "Web.Slack.Auth" "slack-web-0.2.0.9-7QvndQw9IfxMI407mdiak" False) (C1 (MetaCons "TestRsp" PrefixI True) ((S1 (MetaSel (Just "testRspUrl") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "testRspTeam") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "testRspUser") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) :*: (S1 (MetaSel (Just "testRspTeamId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "testRspUserId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "testRspEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)))))) | |