gogol-dfareporting-0.1.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.CreativeFields.Patch

Contents

Description

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

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

Synopsis

REST Resource

type CreativeFieldsPatchResource = "dfareporting" :> ("v2.5" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("creativeFields" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreativeField :> Patch '[JSON] CreativeField))))))) Source #

A resource alias for dfareporting.creativeFields.patch method which the CreativeFieldsPatch request conforms to.

Creating a Request

creativeFieldsPatch Source #

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

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

data CreativeFieldsPatch Source #

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

See: creativeFieldsPatch smart constructor.

Instances

Eq CreativeFieldsPatch Source # 
Data CreativeFieldsPatch Source # 

Methods

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

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

toConstr :: CreativeFieldsPatch -> Constr #

dataTypeOf :: CreativeFieldsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeFieldsPatch Source # 
Generic CreativeFieldsPatch Source # 
GoogleRequest CreativeFieldsPatch Source # 
type Rep CreativeFieldsPatch Source # 
type Rep CreativeFieldsPatch = D1 (MetaData "CreativeFieldsPatch" "Network.Google.Resource.DFAReporting.CreativeFields.Patch" "gogol-dfareporting-0.1.0-KEBAT3IXpFyJcea2FOz34a" False) (C1 (MetaCons "CreativeFieldsPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cfpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) ((:*:) (S1 (MetaSel (Just Symbol "_cfpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CreativeField)) (S1 (MetaSel (Just Symbol "_cfpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))))
type Scopes CreativeFieldsPatch Source # 
type Scopes CreativeFieldsPatch = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs CreativeFieldsPatch Source # 

Request Lenses

cfpProFileId :: Lens' CreativeFieldsPatch Int64 Source #

User profile ID associated with this request.