gogol-dfareporting-0.5.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" :> ("v3.3" :> ("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 # 
Instance details

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

Data CreativeFieldValuesPatch Source # 
Instance details

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

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

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

Generic CreativeFieldValuesPatch Source # 
Instance details

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

Associated Types

type Rep CreativeFieldValuesPatch :: Type -> Type #

GoogleRequest CreativeFieldValuesPatch Source # 
Instance details

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

type Rep CreativeFieldValuesPatch Source # 
Instance details

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

type Rep CreativeFieldValuesPatch = D1 (MetaData "CreativeFieldValuesPatch" "Network.Google.Resource.DFAReporting.CreativeFieldValues.Patch" "gogol-dfareporting-0.5.0-H2nEimqYPoYBpPsdI4WnkF" False) (C1 (MetaCons "CreativeFieldValuesPatch'" PrefixI True) ((S1 (MetaSel (Just "_cfvpCreativeFieldId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_cfvpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) :*: (S1 (MetaSel (Just "_cfvpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CreativeFieldValue) :*: S1 (MetaSel (Just "_cfvpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes CreativeFieldValuesPatch Source # 
Instance details

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

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

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

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.