gogol-dfareporting-0.3.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.CreativeFieldValues.Patch

Contents

Description

Updates an existing creative field value. This method supports patch semantics.

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

Synopsis

REST Resource

type CreativeFieldValuesPatchResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("creativeFields" :> (Capture "creativeFieldId" (Textual Int64) :> ("creativeFieldValues" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreativeFieldValue :> Patch '[JSON] CreativeFieldValue))))))))) Source #

A resource alias for dfareporting.creativeFieldValues.patch method which the CreativeFieldValuesPatch request conforms to.

Creating a Request

creativeFieldValuesPatch Source #

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

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

data CreativeFieldValuesPatch Source #

Updates an existing creative field value. This method supports patch semantics.

See: creativeFieldValuesPatch smart constructor.

Instances

Eq CreativeFieldValuesPatch Source # 
Data CreativeFieldValuesPatch Source # 

Methods

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

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

toConstr :: CreativeFieldValuesPatch -> Constr #

dataTypeOf :: CreativeFieldValuesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeFieldValuesPatch Source # 
Generic CreativeFieldValuesPatch Source # 
GoogleRequest CreativeFieldValuesPatch Source # 
type Rep CreativeFieldValuesPatch Source # 
type Rep CreativeFieldValuesPatch = D1 (MetaData "CreativeFieldValuesPatch" "Network.Google.Resource.DFAReporting.CreativeFieldValues.Patch" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" False) (C1 (MetaCons "CreativeFieldValuesPatch'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cfvpCreativeFieldId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_cfvpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_cfvpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CreativeFieldValue)) (S1 (MetaSel (Just Symbol "_cfvpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))))
type Scopes CreativeFieldValuesPatch Source # 
type Scopes CreativeFieldValuesPatch = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs CreativeFieldValuesPatch Source # 

Request Lenses

cfvpCreativeFieldId :: Lens' CreativeFieldValuesPatch Int64 Source #

Creative field ID for this creative field value.

cfvpProFileId :: Lens' CreativeFieldValuesPatch Int64 Source #

User profile ID associated with this request.