twilio-0.3.0.0: Twilio REST API library for Haskell

Copyright(C) 2017- Mark Andrus Roberts
LicenseBSD-style (see the file LICENSE)
MaintainerMark Andrus Roberts <markandrusroberts@gmail.com>
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Twilio.Conference.Participants

Contents

Description

 
Synopsis

Resource

data Participants Source #

Instances
Eq Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

Data Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Participants -> c Participants #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Participants #

toConstr :: Participants -> Constr #

dataTypeOf :: Participants -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Participants) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Participants) #

gmapT :: (forall b. Data b => b -> b) -> Participants -> Participants #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Participants -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Participants -> r #

gmapQ :: (forall d. Data d => d -> u) -> Participants -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Participants -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Participants -> m Participants #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Participants -> m Participants #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Participants -> m Participants #

Ord Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

Show Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

Generic Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

Associated Types

type Rep Participants :: Type -> Type #

FromJSON Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

List Participants Participant Source # 
Instance details

Defined in Twilio.Conference.Participants

Get1 ConferenceSID Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

type Rep Participants Source # 
Instance details

Defined in Twilio.Conference.Participants

type Rep Participants = D1 (MetaData "Participants" "Twilio.Conference.Participants" "twilio-0.3.0.0-1lpPNPa4b89HUIQeQ4pFjg" False) (C1 (MetaCons "Participants" PrefixI True) (S1 (MetaSel (Just "participantsPagingInformation") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PagingInformation) :*: S1 (MetaSel (Just "participantList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Participant])))