gogol-youtube-analytics-0.0.1: Google YouTube Analytics SDK.

Copyright(c) 2015 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:

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.