twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Conferences

Contents

Synopsis

Resource

data Conferences Source #

Instances

Eq Conferences Source # 
Data Conferences Source # 

Methods

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

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

toConstr :: Conferences -> Constr #

dataTypeOf :: Conferences -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Conferences Source # 
Show Conferences Source # 
Generic Conferences Source # 

Associated Types

type Rep Conferences :: * -> * #

FromJSON Conferences Source # 
Get0 Conferences Source # 
List Conferences Conference Source # 
type Rep Conferences Source # 
type Rep Conferences = D1 (MetaData "Conferences" "Twilio.Conferences" "twilio-0.1.3.2-GnUkC92cKSV9Q4YYqnxTsL" False) (C1 (MetaCons "Conferences" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "conferencesPagingInformation") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PagingInformation)) (S1 (MetaSel (Just Symbol "conferenceList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Conference]))))