gogol-youtube-analytics-0.1.1: Google YouTube 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.YouTubeAnalytics.BatchReportDefinitions.List

Contents

Description

Retrieves a list of available batch report definitions.

See: YouTube Analytics API Reference for youtubeAnalytics.batchReportDefinitions.list.

Synopsis

REST Resource

type BatchReportDefinitionsListResource = "youtube" :> ("analytics" :> ("v1" :> ("batchReportDefinitions" :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] BatchReportDefinitionList))))) Source #

A resource alias for youtubeAnalytics.batchReportDefinitions.list method which the BatchReportDefinitionsList request conforms to.

Creating a Request

batchReportDefinitionsList Source #

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

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

data BatchReportDefinitionsList Source #

Retrieves a list of available batch report definitions.

See: batchReportDefinitionsList smart constructor.

Instances

Eq BatchReportDefinitionsList Source # 
Data BatchReportDefinitionsList Source # 

Methods

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

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

toConstr :: BatchReportDefinitionsList -> Constr #

dataTypeOf :: BatchReportDefinitionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BatchReportDefinitionsList Source # 
Generic BatchReportDefinitionsList Source # 
GoogleRequest BatchReportDefinitionsList Source # 
type Rep BatchReportDefinitionsList Source # 
type Rep BatchReportDefinitionsList = D1 (MetaData "BatchReportDefinitionsList" "Network.Google.Resource.YouTubeAnalytics.BatchReportDefinitions.List" "gogol-youtube-analytics-0.1.1-3OyaaeZYgDNDpxCyqFBBzz" True) (C1 (MetaCons "BatchReportDefinitionsList'" PrefixI True) (S1 (MetaSel (Just Symbol "_brdlOnBehalfOfContentOwner") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes BatchReportDefinitionsList Source # 
type Scopes BatchReportDefinitionsList = (:) Symbol "https://www.googleapis.com/auth/yt-analytics-monetary.readonly" ((:) Symbol "https://www.googleapis.com/auth/yt-analytics.readonly" ([] Symbol))
type Rs BatchReportDefinitionsList Source # 

Request Lenses

brdlOnBehalfOfContentOwner :: Lens' BatchReportDefinitionsList Text Source #

The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of.