gogol-adexchange-buyer-0.3.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.ListDeals

Contents

Description

Lists the external deal ids associated with the creative.

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

Synopsis

REST Resource

type CreativesListDealsResource = "adexchangebuyer" :> ("v1.4" :> ("creatives" :> (Capture "accountId" (Textual Int32) :> (Capture "buyerCreativeId" Text :> ("listDeals" :> (QueryParam "alt" AltJSON :> Get '[JSON] CreativeDealIds)))))) Source #

A resource alias for adexchangebuyer.creatives.listDeals method which the CreativesListDeals request conforms to.

Creating a Request

creativesListDeals Source #

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

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

data CreativesListDeals Source #

Lists the external deal ids associated with the creative.

See: creativesListDeals smart constructor.

Instances

Eq CreativesListDeals Source # 
Data CreativesListDeals Source # 

Methods

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

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

toConstr :: CreativesListDeals -> Constr #

dataTypeOf :: CreativesListDeals -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativesListDeals Source # 
Generic CreativesListDeals Source # 
GoogleRequest CreativesListDeals Source # 
type Rep CreativesListDeals Source # 
type Rep CreativesListDeals = D1 (MetaData "CreativesListDeals" "Network.Google.Resource.AdExchangeBuyer.Creatives.ListDeals" "gogol-adexchange-buyer-0.3.0-HwrQxbw7Q3S8KGsuNoMnAW" False) (C1 (MetaCons "CreativesListDeals'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cldBuyerCreativeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cldAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))))
type Scopes CreativesListDeals Source # 
type Scopes CreativesListDeals = (:) Symbol "https://www.googleapis.com/auth/adexchange.buyer" ([] Symbol)
type Rs CreativesListDeals Source # 

Request Lenses

cldBuyerCreativeId :: Lens' CreativesListDeals Text Source #

The buyer-specific id for this creative.

cldAccountId :: Lens' CreativesListDeals Int32 Source #

The id for the account that will serve this creative.