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.Get

Contents

Description

Gets a web property to which the user has access.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webproperties.get method which the ManagementWebPropertiesGet request conforms to.

Creating a Request

managementWebPropertiesGet Source #

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

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

data ManagementWebPropertiesGet Source #

Gets a web property to which the user has access.

See: managementWebPropertiesGet smart constructor.

Instances
Eq ManagementWebPropertiesGet Source # 
Instance details

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

Data ManagementWebPropertiesGet Source # 
Instance details

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

Methods

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

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

toConstr :: ManagementWebPropertiesGet -> Constr #

dataTypeOf :: ManagementWebPropertiesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementWebPropertiesGet Source # 
Instance details

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

Generic ManagementWebPropertiesGet Source # 
Instance details

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

Associated Types

type Rep ManagementWebPropertiesGet :: Type -> Type #

GoogleRequest ManagementWebPropertiesGet Source # 
Instance details

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

type Rep ManagementWebPropertiesGet Source # 
Instance details

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

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

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

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

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

Request Lenses

mwpgWebPropertyId :: Lens' ManagementWebPropertiesGet Text Source #

ID to retrieve the web property for.

mwpgAccountId :: Lens' ManagementWebPropertiesGet Text Source #

Account ID to retrieve the web property for.