Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AdExchangeBuyer.Proposals.Search
Contents
Description
Search for proposals using pql query
See: Ad Exchange Buyer API Reference for adexchangebuyer.proposals.search
.
Synopsis
- type AdExchangeBuyerProposalsSearchResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> ("search" :> (QueryParam "pqlQuery" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GetOrdersResponse)))))
- newtype AdExchangeBuyerProposalsSearch = AdExchangeBuyerProposalsSearch {}
- newAdExchangeBuyerProposalsSearch :: AdExchangeBuyerProposalsSearch
Resource
type AdExchangeBuyerProposalsSearchResource = "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
AdExchangeBuyerProposalsSearch
request conforms to.
Constructing a Request
newtype AdExchangeBuyerProposalsSearch Source #
Search for proposals using pql query
See: newAdExchangeBuyerProposalsSearch
smart constructor.
Constructors
AdExchangeBuyerProposalsSearch | |
Instances
newAdExchangeBuyerProposalsSearch :: AdExchangeBuyerProposalsSearch Source #
Creates a value of AdExchangeBuyerProposalsSearch
with the minimum fields required to make a request.