gogol-analytics-0.4.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.Update

Contents

Description

Updates an existing web property.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webproperties.update method which the ManagementWebPropertiesUpdate request conforms to.

Creating a Request

managementWebPropertiesUpdate Source #

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

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

data ManagementWebPropertiesUpdate Source #

Updates an existing web property.

See: managementWebPropertiesUpdate smart constructor.

Instances
Eq ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

Data ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

Methods

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

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

toConstr :: ManagementWebPropertiesUpdate -> Constr #

dataTypeOf :: ManagementWebPropertiesUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

Generic ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

Associated Types

type Rep ManagementWebPropertiesUpdate :: Type -> Type #

GoogleRequest ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

type Rep ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

type Rep ManagementWebPropertiesUpdate = D1 (MetaData "ManagementWebPropertiesUpdate" "Network.Google.Resource.Analytics.Management.WebProperties.Update" "gogol-analytics-0.4.0-8oDsBGD0bWo5StLtdNIJLF" False) (C1 (MetaCons "ManagementWebPropertiesUpdate'" PrefixI True) (S1 (MetaSel (Just "_mwpuWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_mwpuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WebProperty) :*: S1 (MetaSel (Just "_mwpuAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ManagementWebPropertiesUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

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

Defined in Network.Google.Resource.Analytics.Management.WebProperties.Update

Request Lenses

mwpuAccountId :: Lens' ManagementWebPropertiesUpdate Text Source #

Account ID to which the web property belongs