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

Contents

Description

Updates an existing landing page. This method supports patch semantics.

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

Synopsis

REST Resource

type AdvertiserLandingPagesPatchResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LandingPage :> Patch '[JSON] LandingPage))))))) Source #

A resource alias for dfareporting.advertiserLandingPages.patch method which the AdvertiserLandingPagesPatch request conforms to.

Creating a Request

advertiserLandingPagesPatch Source #

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

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

data AdvertiserLandingPagesPatch Source #

Updates an existing landing page. This method supports patch semantics.

See: advertiserLandingPagesPatch smart constructor.

Instances
Eq AdvertiserLandingPagesPatch Source # 
Instance details

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

Data AdvertiserLandingPagesPatch Source # 
Instance details

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

Methods

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

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

toConstr :: AdvertiserLandingPagesPatch -> Constr #

dataTypeOf :: AdvertiserLandingPagesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdvertiserLandingPagesPatch Source # 
Instance details

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

Generic AdvertiserLandingPagesPatch Source # 
Instance details

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

Associated Types

type Rep AdvertiserLandingPagesPatch :: Type -> Type #

GoogleRequest AdvertiserLandingPagesPatch Source # 
Instance details

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

type Rep AdvertiserLandingPagesPatch Source # 
Instance details

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

type Rep AdvertiserLandingPagesPatch = D1 (MetaData "AdvertiserLandingPagesPatch" "Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Patch" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "AdvertiserLandingPagesPatch'" PrefixI True) (S1 (MetaSel (Just "_alppProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: (S1 (MetaSel (Just "_alppPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LandingPage) :*: S1 (MetaSel (Just "_alppId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes AdvertiserLandingPagesPatch Source # 
Instance details

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

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

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

Request Lenses

alppProFileId :: Lens' AdvertiserLandingPagesPatch Int64 Source #

User profile ID associated with this request.