gogol-adexchange-buyer-0.2.0: Google Ad Exchange Buyer 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.AdExchangeBuyer.Creatives.Insert

Contents

Description

Submit a new creative.

See: Ad Exchange Buyer API Reference for adexchangebuyer.creatives.insert.

Synopsis

REST Resource

type CreativesInsertResource = "adexchangebuyer" :> ("v1.4" :> ("creatives" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Creative :> Post '[JSON] Creative)))) Source #

A resource alias for adexchangebuyer.creatives.insert method which the CreativesInsert request conforms to.

Creating a Request

creativesInsert Source #

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

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

data CreativesInsert Source #

Submit a new creative.

See: creativesInsert smart constructor.

Instances

Eq CreativesInsert Source # 
Data CreativesInsert Source # 

Methods

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

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

toConstr :: CreativesInsert -> Constr #

dataTypeOf :: CreativesInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativesInsert Source # 
Generic CreativesInsert Source # 
GoogleRequest CreativesInsert Source # 
type Rep CreativesInsert Source # 
type Rep CreativesInsert = D1 (MetaData "CreativesInsert" "Network.Google.Resource.AdExchangeBuyer.Creatives.Insert" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "CreativesInsert'" PrefixI True) (S1 (MetaSel (Just Symbol "_ciPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Creative)))
type Scopes CreativesInsert Source # 
type Scopes CreativesInsert = (:) Symbol "https://www.googleapis.com/auth/adexchange.buyer" ([] Symbol)
type Rs CreativesInsert Source # 

Request Lenses

ciPayload :: Lens' CreativesInsert Creative Source #

Multipart request metadata.