twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.APIKey

Contents

Synopsis

Resource

data APIKeySID Source #

Instances

Eq APIKeySID Source # 
Data APIKeySID Source # 

Methods

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

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

toConstr :: APIKeySID -> Constr #

dataTypeOf :: APIKeySID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord APIKeySID Source # 
Read APIKeySID Source # 
Show APIKeySID Source # 
Generic APIKeySID Source # 

Associated Types

type Rep APIKeySID :: * -> * #

ToJSON APIKeySID Source # 
FromJSON APIKeySID Source # 
SID APIKeySID Source # 
Get1 APIKeySID APIKey Source # 
type Rep APIKeySID Source # 
type Rep APIKeySID = D1 (MetaData "APIKeySID" "Twilio.Types.SID" "twilio-0.1.3.2-GnUkC92cKSV9Q4YYqnxTsL" True) (C1 (MetaCons "APIKeySID" PrefixI True) (S1 (MetaSel (Just Symbol "getAPIKeySID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))