Copyright | (C) 2017- Mark Andrus Roberts |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Mark Andrus Roberts <[email protected]> |
Stability | provisional |
Safe Haskell | None |
Language | Haskell98 |
Twilio.Message.MediaList
Description
Resource
Constructors
MediaList | |
Fields |
Instances
Eq MediaList Source # | |
Data MediaList Source # | |
Defined in Twilio.Message.MediaList Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MediaList -> c MediaList # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MediaList # toConstr :: MediaList -> Constr # dataTypeOf :: MediaList -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MediaList) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MediaList) # gmapT :: (forall b. Data b => b -> b) -> MediaList -> MediaList # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MediaList -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MediaList -> r # gmapQ :: (forall d. Data d => d -> u) -> MediaList -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> MediaList -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> MediaList -> m MediaList # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MediaList -> m MediaList # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MediaList -> m MediaList # | |
Ord MediaList Source # | |
Show MediaList Source # | |
Generic MediaList Source # | |
FromJSON MediaList Source # | |
List MediaList Media Source # | |
Get1 MessageSID MediaList Source # | |
Defined in Twilio.Message.MediaList Methods get1 :: MonadThrow m => MessageSID -> TwilioT m MediaList Source # | |
type Rep MediaList Source # | |
Defined in Twilio.Message.MediaList type Rep MediaList = D1 (MetaData "MediaList" "Twilio.Message.MediaList" "twilio-0.3.0.0-1lpPNPa4b89HUIQeQ4pFjg" False) (C1 (MetaCons "MediaList" PrefixI True) (S1 (MetaSel (Just "mediaPagingInformation") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PagingInformation) :*: S1 (MetaSel (Just "mediaList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Media]))) |