slack-web-0.4.0.0: Bindings for the Slack web API
Safe HaskellNone
LanguageHaskell2010

Web.Slack.Auth

Description

 
Synopsis

Documentation

data TestRsp Source #

 

Instances

Instances details
Eq TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

Methods

(==) :: TestRsp -> TestRsp -> Bool #

(/=) :: TestRsp -> TestRsp -> Bool #

Show TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

Generic TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

Associated Types

type Rep TestRsp :: Type -> Type #

Methods

from :: TestRsp -> Rep TestRsp x #

to :: Rep TestRsp x -> TestRsp #

ToJSON TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

FromJSON TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

NFData TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

Methods

rnf :: TestRsp -> () #

type Rep TestRsp Source # 
Instance details

Defined in Web.Slack.Auth

type Rep TestRsp = D1 ('MetaData "TestRsp" "Web.Slack.Auth" "slack-web-0.4.0.0-GmopYcv2PmXSqKWTHh4SU" '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))))))