gogol-adexchange-buyer
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <[email protected]> Toni Cebrián <[email protected]>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.AdExchangeBuyer.Accounts.List

Description

Retrieves the authenticated user's list of accounts.

See: Ad Exchange Buyer API Reference for adexchangebuyer.accounts.list.

Synopsis

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.

Instances

Instances details
Generic AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

Associated Types

type Rep AdExchangeBuyerAccountsList 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

type Rep AdExchangeBuyerAccountsList = D1 ('MetaData "AdExchangeBuyerAccountsList" "Gogol.AdExchangeBuyer.Accounts.List" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'False) (C1 ('MetaCons "AdExchangeBuyerAccountsList" 'PrefixI 'False) (U1 :: Type -> Type))
Show AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

Eq AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

GoogleRequest AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

type Rep AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

type Rep AdExchangeBuyerAccountsList = D1 ('MetaData "AdExchangeBuyerAccountsList" "Gogol.AdExchangeBuyer.Accounts.List" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'False) (C1 ('MetaCons "AdExchangeBuyerAccountsList" 'PrefixI 'False) (U1 :: Type -> Type))
type Rs AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

type Scopes AdExchangeBuyerAccountsList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.List

newAdExchangeBuyerAccountsList :: AdExchangeBuyerAccountsList Source #

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