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.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" :> ("v3.2" :> ("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 # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

Data AccountUserProFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

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 # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

Generic AccountUserProFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

Associated Types

type Rep AccountUserProFilesPatch :: Type -> Type #

GoogleRequest AccountUserProFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

type Rep AccountUserProFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

type Rep AccountUserProFilesPatch = D1 (MetaData "AccountUserProFilesPatch" "Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "AccountUserProFilesPatch'" PrefixI True) (S1 (MetaSel (Just "_aupfpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: (S1 (MetaSel (Just "_aupfpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AccountUserProFile) :*: S1 (MetaSel (Just "_aupfpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes AccountUserProFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

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

Defined in Network.Google.Resource.DFAReporting.AccountUserProFiles.Patch

Request Lenses

aupfpProFileId :: Lens' AccountUserProFilesPatch Int64 Source #

User profile ID associated with this request.