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.BatchReports.List

Contents

Description

Retrieves a list of processed batch reports.

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

Synopsis

REST Resource

type BatchReportsListResource = "youtube" :> ("analytics" :> ("v1" :> ("batchReports" :> (QueryParam "batchReportDefinitionId" Text :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] BatchReportList)))))) Source #

A resource alias for youtubeAnalytics.batchReports.list method which the BatchReportsList request conforms to.

Creating a Request

batchReportsList Source #

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

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

data BatchReportsList Source #

Retrieves a list of processed batch reports.

See: batchReportsList smart constructor.

Instances

Eq BatchReportsList Source # 
Data BatchReportsList Source # 

Methods

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

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

toConstr :: BatchReportsList -> Constr #

dataTypeOf :: BatchReportsList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

brlBatchReportDefinitionId :: Lens' BatchReportsList Text Source #

The batchReportDefinitionId parameter specifies the ID of the batch reportort definition for which you are retrieving reports.

brlOnBehalfOfContentOwner :: Lens' BatchReportsList Text Source #

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