gogol-adexchange-buyer-0.4.0: Google Ad Exchange Buyer SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Contents

Description

Updates an existing account.

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

Synopsis

REST Resource

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

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

Creating a Request

accountsUpdate Source #

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

Use one of the following lenses to modify other fields as desired:

data AccountsUpdate Source #

Updates an existing account.

See: accountsUpdate smart constructor.

Instances
Eq AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Data AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountsUpdate -> c AccountsUpdate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountsUpdate #

toConstr :: AccountsUpdate -> Constr #

dataTypeOf :: AccountsUpdate -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AccountsUpdate) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountsUpdate) #

gmapT :: (forall b. Data b => b -> b) -> AccountsUpdate -> AccountsUpdate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountsUpdate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountsUpdate -> r #

gmapQ :: (forall d. Data d => d -> u) -> AccountsUpdate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountsUpdate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountsUpdate -> m AccountsUpdate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsUpdate -> m AccountsUpdate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsUpdate -> m AccountsUpdate #

Show AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Generic AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Associated Types

type Rep AccountsUpdate :: Type -> Type #

GoogleRequest AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Associated Types

type Rs AccountsUpdate :: Type #

type Scopes AccountsUpdate :: [Symbol] #

type Rep AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

type Rep AccountsUpdate = D1 (MetaData "AccountsUpdate" "Network.Google.Resource.AdExchangeBuyer.Accounts.Update" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "AccountsUpdate'" PrefixI True) (S1 (MetaSel (Just "_auPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Account) :*: (S1 (MetaSel (Just "_auConfirmUnsafeAccountChange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_auId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))))
type Scopes AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

type Scopes AccountsUpdate = "https://www.googleapis.com/auth/adexchange.buyer" ': ([] :: [Symbol])
type Rs AccountsUpdate Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Update

Request Lenses

auPayload :: Lens' AccountsUpdate Account Source #

Multipart request metadata.

auConfirmUnsafeAccountChange :: Lens' AccountsUpdate (Maybe Bool) Source #

Confirmation for erasing bidder and cookie matching urls.