gogol-dfareporting-0.4.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.AdvertiserGroups.Update

Contents

Description

Updates an existing advertiser group.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.advertiserGroups.update.

Synopsis

REST Resource

type AdvertiserGroupsUpdateResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserGroups" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AdvertiserGroup :> Put '[JSON] AdvertiserGroup)))))) Source #

A resource alias for dfareporting.advertiserGroups.update method which the AdvertiserGroupsUpdate request conforms to.

Creating a Request

advertiserGroupsUpdate Source #

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

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

data AdvertiserGroupsUpdate Source #

Updates an existing advertiser group.

See: advertiserGroupsUpdate smart constructor.

Instances
Eq AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

Data AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

Methods

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

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

toConstr :: AdvertiserGroupsUpdate -> Constr #

dataTypeOf :: AdvertiserGroupsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

Generic AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

Associated Types

type Rep AdvertiserGroupsUpdate :: Type -> Type #

GoogleRequest AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

type Rep AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

type Rep AdvertiserGroupsUpdate = D1 (MetaData "AdvertiserGroupsUpdate" "Network.Google.Resource.DFAReporting.AdvertiserGroups.Update" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "AdvertiserGroupsUpdate'" PrefixI True) (S1 (MetaSel (Just "_aguProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_aguPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AdvertiserGroup)))
type Scopes AdvertiserGroupsUpdate Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

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

Defined in Network.Google.Resource.DFAReporting.AdvertiserGroups.Update

Request Lenses

aguProFileId :: Lens' AdvertiserGroupsUpdate Int64 Source #

User profile ID associated with this request.