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.Accounts.List
Contents
Description
Retrieves the authenticated user's list of accounts.
See: Ad Exchange Buyer API Reference for adexchangebuyer.accounts.list
.
Synopsis
- type AdExchangeBuyerAccountsListResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsList)))
- data AdExchangeBuyerAccountsList = AdExchangeBuyerAccountsList
- newAdExchangeBuyerAccountsList :: AdExchangeBuyerAccountsList
Resource
type AdExchangeBuyerAccountsListResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsList))) Source #
A resource alias for adexchangebuyer.accounts.list
method which the
AdExchangeBuyerAccountsList
request conforms to.
Constructing a Request
data AdExchangeBuyerAccountsList Source #
Retrieves the authenticated user's list of accounts.
See: newAdExchangeBuyerAccountsList
smart constructor.
Constructors
AdExchangeBuyerAccountsList |
Instances
newAdExchangeBuyerAccountsList :: AdExchangeBuyerAccountsList Source #
Creates a value of AdExchangeBuyerAccountsList
with the minimum fields required to make a request.