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.Pubprofiles.List

Description

Gets the requested publisher profile(s) by publisher accountId.

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

Synopsis

Resource

type AdExchangeBuyerPubprofilesListResource = "adexchangebuyer" :> ("v1.4" :> ("publisher" :> (Capture "accountId" Int32 :> ("profiles" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetPublisherProfilesByAccountIdResponse))))) Source #

A resource alias for adexchangebuyer.pubprofiles.list method which the AdExchangeBuyerPubprofilesList request conforms to.

Constructing a Request

newtype AdExchangeBuyerPubprofilesList Source #

Gets the requested publisher profile(s) by publisher accountId.

See: newAdExchangeBuyerPubprofilesList smart constructor.

Constructors

AdExchangeBuyerPubprofilesList 

Fields

Instances

Instances details
Generic AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

Associated Types

type Rep AdExchangeBuyerPubprofilesList 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

type Rep AdExchangeBuyerPubprofilesList = D1 ('MetaData "AdExchangeBuyerPubprofilesList" "Gogol.AdExchangeBuyer.Pubprofiles.List" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'True) (C1 ('MetaCons "AdExchangeBuyerPubprofilesList" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))
Show AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

Eq AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

GoogleRequest AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

type Rep AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

type Rep AdExchangeBuyerPubprofilesList = D1 ('MetaData "AdExchangeBuyerPubprofilesList" "Gogol.AdExchangeBuyer.Pubprofiles.List" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'True) (C1 ('MetaCons "AdExchangeBuyerPubprofilesList" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))
type Rs AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

type Scopes AdExchangeBuyerPubprofilesList Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Pubprofiles.List

newAdExchangeBuyerPubprofilesList Source #

Arguments

:: Int32

The accountId of the publisher to get profiles for. See accountId.

-> AdExchangeBuyerPubprofilesList 

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