gogol-analytics-0.2.0: Google Analytics 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.Analytics.Management.WebProperties.Patch

Contents

Description

Updates an existing web property. This method supports patch semantics.

See: Google Analytics API Reference for analytics.management.webproperties.patch.

Synopsis

REST Resource

type ManagementWebPropertiesPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] WebProperty :> Patch '[JSON] WebProperty)))))))) Source #

A resource alias for analytics.management.webproperties.patch method which the ManagementWebPropertiesPatch request conforms to.

Creating a Request

managementWebPropertiesPatch Source #

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

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

data ManagementWebPropertiesPatch Source #

Updates an existing web property. This method supports patch semantics.

See: managementWebPropertiesPatch smart constructor.

Instances

Eq ManagementWebPropertiesPatch Source # 
Data ManagementWebPropertiesPatch Source # 

Methods

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

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

toConstr :: ManagementWebPropertiesPatch -> Constr #

dataTypeOf :: ManagementWebPropertiesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementWebPropertiesPatch Source # 
Generic ManagementWebPropertiesPatch Source # 
GoogleRequest ManagementWebPropertiesPatch Source # 
type Rep ManagementWebPropertiesPatch Source # 
type Rep ManagementWebPropertiesPatch = D1 (MetaData "ManagementWebPropertiesPatch" "Network.Google.Resource.Analytics.Management.WebProperties.Patch" "gogol-analytics-0.2.0-3FrcqldgScuFeT7P3430HZ" False) (C1 (MetaCons "ManagementWebPropertiesPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mwppWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mwppPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WebProperty)) (S1 (MetaSel (Just Symbol "_mwppAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ManagementWebPropertiesPatch Source # 
type Scopes ManagementWebPropertiesPatch = (:) Symbol "https://www.googleapis.com/auth/analytics.edit" ([] Symbol)
type Rs ManagementWebPropertiesPatch Source # 

Request Lenses

mwppAccountId :: Lens' ManagementWebPropertiesPatch Text Source #

Account ID to which the web property belongs