gogol-dfareporting-0.2.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.AccountUserProFiles.Patch

Contents

Description

Updates an existing account user profile. This method supports patch semantics.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.accountUserProfiles.patch.

Synopsis

REST Resource

type AccountUserProFilesPatchResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("accountUserProfiles" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccountUserProFile :> Patch '[JSON] AccountUserProFile))))))) Source #

A resource alias for dfareporting.accountUserProfiles.patch method which the AccountUserProFilesPatch request conforms to.

Creating a Request

accountUserProFilesPatch Source #

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

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

data AccountUserProFilesPatch Source #

Updates an existing account user profile. This method supports patch semantics.

See: accountUserProFilesPatch smart constructor.

Instances

Eq AccountUserProFilesPatch Source # 
Data AccountUserProFilesPatch Source # 

Methods

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

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

toConstr :: AccountUserProFilesPatch -> Constr #

dataTypeOf :: AccountUserProFilesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountUserProFilesPatch Source # 
Generic AccountUserProFilesPatch Source # 
GoogleRequest AccountUserProFilesPatch Source # 
type Rep AccountUserProFilesPatch Source # 
type Rep AccountUserProFilesPatch = D1 (MetaData "AccountUserProFilesPatch" "Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch" "gogol-dfareporting-0.2.0-3vkytqIdbR4DxGH3Av8E8" False) (C1 (MetaCons "AccountUserProFilesPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aupfpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) ((:*:) (S1 (MetaSel (Just Symbol "_aupfpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AccountUserProFile)) (S1 (MetaSel (Just Symbol "_aupfpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))))
type Scopes AccountUserProFilesPatch Source # 
type Scopes AccountUserProFilesPatch = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs AccountUserProFilesPatch Source # 

Request Lenses

aupfpProFileId :: Lens' AccountUserProFilesPatch Int64 Source #

User profile ID associated with this request.