gogol-analytics-0.3.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.List

Contents

Description

Lists web properties to which the user has access.

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

Synopsis

REST Resource

type ManagementWebPropertiesListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] WebProperties)))))))) Source #

A resource alias for analytics.management.webproperties.list method which the ManagementWebPropertiesList request conforms to.

Creating a Request

managementWebPropertiesList Source #

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

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

data ManagementWebPropertiesList Source #

Lists web properties to which the user has access.

See: managementWebPropertiesList smart constructor.

Instances

Eq ManagementWebPropertiesList Source # 
Data ManagementWebPropertiesList Source # 

Methods

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

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

toConstr :: ManagementWebPropertiesList -> Constr #

dataTypeOf :: ManagementWebPropertiesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementWebPropertiesList Source # 
Generic ManagementWebPropertiesList Source # 
GoogleRequest ManagementWebPropertiesList Source # 
type Rep ManagementWebPropertiesList Source # 
type Rep ManagementWebPropertiesList = D1 (MetaData "ManagementWebPropertiesList" "Network.Google.Resource.Analytics.Management.WebProperties.List" "gogol-analytics-0.3.0-HIek6YEHwnSLCn7HDgQZyX" False) (C1 (MetaCons "ManagementWebPropertiesList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mwplAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mwplStartIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_mwplMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))
type Scopes ManagementWebPropertiesList Source # 
type Scopes ManagementWebPropertiesList = (:) Symbol "https://www.googleapis.com/auth/analytics" ((:) Symbol "https://www.googleapis.com/auth/analytics.edit" ((:) Symbol "https://www.googleapis.com/auth/analytics.readonly" ([] Symbol)))
type Rs ManagementWebPropertiesList Source # 

Request Lenses

mwplAccountId :: Lens' ManagementWebPropertiesList Text Source #

Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.

mwplStartIndex :: Lens' ManagementWebPropertiesList (Maybe Int32) Source #

An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

mwplMaxResults :: Lens' ManagementWebPropertiesList (Maybe Int32) Source #

The maximum number of web properties to include in this response.