gogol-dfareporting-0.1.1: Google DCM/DFA Reporting And Trafficking SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DFAReporting.MobileCarriers.List

Contents

Description

Retrieves a list of mobile carriers.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.mobileCarriers.list.

Synopsis

REST Resource

type MobileCarriersListResource = "dfareporting" :> ("v2.6" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("mobileCarriers" :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileCarriersListResponse))))) Source #

A resource alias for dfareporting.mobileCarriers.list method which the MobileCarriersList request conforms to.

Creating a Request

mobileCarriersList Source #

Creates a value of MobileCarriersList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data MobileCarriersList Source #

Retrieves a list of mobile carriers.

See: mobileCarriersList smart constructor.

Instances

Eq MobileCarriersList Source # 
Data MobileCarriersList Source # 

Methods

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

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

toConstr :: MobileCarriersList -> Constr #

dataTypeOf :: MobileCarriersList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MobileCarriersList Source # 
Generic MobileCarriersList Source # 
GoogleRequest MobileCarriersList Source # 
type Rep MobileCarriersList Source # 
type Rep MobileCarriersList = D1 (MetaData "MobileCarriersList" "Network.Google.Resource.DFAReporting.MobileCarriers.List" "gogol-dfareporting-0.1.1-7fQgClZr9j5JkRg9VaGiYc" True) (C1 (MetaCons "MobileCarriersList'" PrefixI True) (S1 (MetaSel (Just Symbol "_mclProFileId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int64))))
type Scopes MobileCarriersList Source # 
type Scopes MobileCarriersList = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs MobileCarriersList Source # 

Request Lenses

mclProFileId :: Lens' MobileCarriersList Int64 Source #

User profile ID associated with this request.