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.EventTags.Patch

Contents

Description

Updates an existing event tag. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for dfareporting.eventTags.patch method which the EventTagsPatch request conforms to.

Creating a Request

eventTagsPatch Source #

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

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

data EventTagsPatch Source #

Updates an existing event tag. This method supports patch semantics.

See: eventTagsPatch smart constructor.

Instances

Eq EventTagsPatch Source # 
Data EventTagsPatch Source # 

Methods

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

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

toConstr :: EventTagsPatch -> Constr #

dataTypeOf :: EventTagsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EventTagsPatch Source # 
Generic EventTagsPatch Source # 

Associated Types

type Rep EventTagsPatch :: * -> * #

GoogleRequest EventTagsPatch Source # 
type Rep EventTagsPatch Source # 
type Rep EventTagsPatch = D1 (MetaData "EventTagsPatch" "Network.Google.Resource.DFAReporting.EventTags.Patch" "gogol-dfareporting-0.2.0-3vkytqIdbR4DxGH3Av8E8" False) (C1 (MetaCons "EventTagsPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_etpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) ((:*:) (S1 (MetaSel (Just Symbol "_etpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EventTag)) (S1 (MetaSel (Just Symbol "_etpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))))
type Scopes EventTagsPatch Source # 
type Scopes EventTagsPatch = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs EventTagsPatch Source # 

Request Lenses

etpProFileId :: Lens' EventTagsPatch Int64 Source #

User profile ID associated with this request.

etpPayload :: Lens' EventTagsPatch EventTag Source #

Multipart request metadata.