twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Conference.Participants

Contents

Synopsis

Resource

data Participants Source #

Instances

Eq Participants Source # 
Data Participants Source # 

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 # 
Show Participants Source # 
Generic Participants Source # 

Associated Types

type Rep Participants :: * -> * #

FromJSON Participants Source # 
List Participants Participant Source # 
Get1 ConferenceSID Participants Source # 
type Rep Participants Source # 
type Rep Participants = D1 (MetaData "Participants" "Twilio.Conference.Participants" "twilio-0.1.3.2-GnUkC92cKSV9Q4YYqnxTsL" False) (C1 (MetaCons "Participants" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "participantsPagingInformation") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PagingInformation)) (S1 (MetaSel (Just Symbol "participantList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Participant]))))