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.Creatives.Get

Contents

Description

Gets one creative by ID.

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

Synopsis

REST Resource

type CreativesGetResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("creatives" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Creative)))))) #

A resource alias for dfareporting.creatives.get method which the CreativesGet request conforms to.

Creating a Request

creativesGet #

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

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

data CreativesGet #

Gets one creative by ID.

See: creativesGet smart constructor.

Instances

Eq CreativesGet # 
Data CreativesGet # 

Methods

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

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

toConstr :: CreativesGet -> Constr #

dataTypeOf :: CreativesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativesGet # 
Generic CreativesGet # 

Associated Types

type Rep CreativesGet :: * -> * #

GoogleRequest CreativesGet # 

Associated Types

type Rs CreativesGet :: * #

type Scopes CreativesGet :: [Symbol] #

type Rep CreativesGet # 
type Rep CreativesGet = D1 (MetaData "CreativesGet" "Network.Google.Resource.DFAReporting.Creatives.Get" "gogol-dfareporting-0.3.0-4Vz9myrj4dyHC7jfOIh39Z" False) (C1 (MetaCons "CreativesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ccProFileId") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_ccId") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int64)))))
type Scopes CreativesGet # 
type Scopes CreativesGet = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs CreativesGet # 

Request Lenses

ccProFileId :: Lens' CreativesGet Int64 #

User profile ID associated with this request.

ccId :: Lens' CreativesGet Int64 #

Creative ID.