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.Search

Contents

Description

Search for proposals using pql query

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

Synopsis

REST Resource

type ProposalsSearchResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> ("search" :> (QueryParam "pqlQuery" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GetOrdersResponse))))) Source #

A resource alias for adexchangebuyer.proposals.search method which the ProposalsSearch request conforms to.

Creating a Request

proposalsSearch :: ProposalsSearch Source #

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

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

data ProposalsSearch Source #

Search for proposals using pql query

See: proposalsSearch smart constructor.

Instances
Eq ProposalsSearch Source # 
Instance details

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

Data ProposalsSearch Source # 
Instance details

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

Methods

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

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

toConstr :: ProposalsSearch -> Constr #

dataTypeOf :: ProposalsSearch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProposalsSearch Source # 
Instance details

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

Generic ProposalsSearch Source # 
Instance details

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

Associated Types

type Rep ProposalsSearch :: Type -> Type #

GoogleRequest ProposalsSearch Source # 
Instance details

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

Associated Types

type Rs ProposalsSearch :: Type #

type Scopes ProposalsSearch :: [Symbol] #

type Rep ProposalsSearch Source # 
Instance details

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

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

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

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

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

Request Lenses

pPqlQuery :: Lens' ProposalsSearch (Maybe Text) Source #

Query string to retrieve specific proposals.