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

Description

Updates an existing account.

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

Synopsis

Resource

type AdExchangeBuyerAccountsUpdateResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (Capture "id" Int32 :> (QueryParam "confirmUnsafeAccountChange" Bool :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Account :> Put '[JSON] Account)))))) Source #

A resource alias for adexchangebuyer.accounts.update method which the AdExchangeBuyerAccountsUpdate request conforms to.

Constructing a Request

data AdExchangeBuyerAccountsUpdate Source #

Updates an existing account.

See: newAdExchangeBuyerAccountsUpdate smart constructor.

Constructors

AdExchangeBuyerAccountsUpdate 

Fields

Instances

Instances details
Generic AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

Associated Types

type Rep AdExchangeBuyerAccountsUpdate 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

type Rep AdExchangeBuyerAccountsUpdate = D1 ('MetaData "AdExchangeBuyerAccountsUpdate" "Gogol.AdExchangeBuyer.Accounts.Update" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'False) (C1 ('MetaCons "AdExchangeBuyerAccountsUpdate" 'PrefixI 'True) (S1 ('MetaSel ('Just "confirmUnsafeAccountChange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int32) :*: S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Account))))
Show AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

Eq AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

GoogleRequest AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

type Rep AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

type Rep AdExchangeBuyerAccountsUpdate = D1 ('MetaData "AdExchangeBuyerAccountsUpdate" "Gogol.AdExchangeBuyer.Accounts.Update" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'False) (C1 ('MetaCons "AdExchangeBuyerAccountsUpdate" 'PrefixI 'True) (S1 ('MetaSel ('Just "confirmUnsafeAccountChange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int32) :*: S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Account))))
type Rs AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

type Scopes AdExchangeBuyerAccountsUpdate Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Accounts.Update

newAdExchangeBuyerAccountsUpdate Source #

Arguments

:: Int32

The account id See id.

-> Account

Multipart request metadata. See payload.

-> AdExchangeBuyerAccountsUpdate 

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