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

Contents

Description

Get a proposal given its id

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

Synopsis

REST Resource

type ProposalsGetResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> (Capture "proposalId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Proposal)))) Source #

A resource alias for adexchangebuyer.proposals.get method which the ProposalsGet request conforms to.

Creating a Request

proposalsGet Source #

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

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

data ProposalsGet Source #

Get a proposal given its id

See: proposalsGet smart constructor.

Instances

Eq ProposalsGet Source # 
Data ProposalsGet Source # 

Methods

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

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

toConstr :: ProposalsGet -> Constr #

dataTypeOf :: ProposalsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProposalsGet Source # 
Generic ProposalsGet Source # 

Associated Types

type Rep ProposalsGet :: * -> * #

GoogleRequest ProposalsGet Source # 

Associated Types

type Rs ProposalsGet :: * #

type Scopes ProposalsGet :: [Symbol] #

type Rep ProposalsGet Source # 
type Rep ProposalsGet = D1 (MetaData "ProposalsGet" "Network.Google.Resource.AdExchangeBuyer.Proposals.Get" "gogol-adexchange-buyer-0.3.0-HwrQxbw7Q3S8KGsuNoMnAW" True) (C1 (MetaCons "ProposalsGet'" PrefixI True) (S1 (MetaSel (Just Symbol "_pgProposalId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes ProposalsGet Source # 
type Scopes ProposalsGet = (:) Symbol "https://www.googleapis.com/auth/adexchange.buyer" ([] Symbol)
type Rs ProposalsGet Source # 

Request Lenses

pgProposalId :: Lens' ProposalsGet Text Source #

Id of the proposal to retrieve.