gogol-adexchange-buyer-0.4.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.Proposals.Insert

Contents

Description

Create the given list of proposals

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

Synopsis

REST Resource

type ProposalsInsertResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> ("insert" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreateOrdersRequest :> Post '[JSON] CreateOrdersResponse))))) Source #

A resource alias for adexchangebuyer.proposals.insert method which the ProposalsInsert request conforms to.

Creating a Request

proposalsInsert Source #

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

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

data ProposalsInsert Source #

Create the given list of proposals

See: proposalsInsert smart constructor.

Instances
Eq ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

Data ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

Methods

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

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

toConstr :: ProposalsInsert -> Constr #

dataTypeOf :: ProposalsInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

Generic ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

Associated Types

type Rep ProposalsInsert :: Type -> Type #

GoogleRequest ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

Associated Types

type Rs ProposalsInsert :: Type #

type Scopes ProposalsInsert :: [Symbol] #

type Rep ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

type Rep ProposalsInsert = D1 (MetaData "ProposalsInsert" "Network.Google.Resource.AdExchangeBuyer.Proposals.Insert" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "ProposalsInsert'" PrefixI True) (S1 (MetaSel (Just "_piPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 CreateOrdersRequest)))
type Scopes ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

type Scopes ProposalsInsert = "https://www.googleapis.com/auth/adexchange.buyer" ': ([] :: [Symbol])
type Rs ProposalsInsert Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Proposals.Insert

Request Lenses