gogol-dfareporting-0.3.0: 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.Get

Contents

Description

Gets one mobile carrier by ID.

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

Synopsis

REST Resource

type MobileCarriersGetResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("mobileCarriers" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileCarrier)))))) Source #

A resource alias for dfareporting.mobileCarriers.get method which the MobileCarriersGet request conforms to.

Creating a Request

mobileCarriersGet Source #

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

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

data MobileCarriersGet Source #

Gets one mobile carrier by ID.

See: mobileCarriersGet smart constructor.

Instances

Eq MobileCarriersGet Source # 
Data MobileCarriersGet Source # 

Methods

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

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

toConstr :: MobileCarriersGet -> Constr #

dataTypeOf :: MobileCarriersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MobileCarriersGet Source # 
Generic MobileCarriersGet Source # 
GoogleRequest MobileCarriersGet Source # 
type Rep MobileCarriersGet Source # 
type Rep MobileCarriersGet = D1 (MetaData "MobileCarriersGet" "Network.Google.Resource.DFAReporting.MobileCarriers.Get" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" False) (C1 (MetaCons "MobileCarriersGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mcgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_mcgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes MobileCarriersGet Source # 
type Scopes MobileCarriersGet = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs MobileCarriersGet Source # 

Request Lenses

mcgProFileId :: Lens' MobileCarriersGet Int64 Source #

User profile ID associated with this request.

mcgId :: Lens' MobileCarriersGet Int64 Source #

Mobile carrier ID.