Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves a list of available batch report definitions.
See: YouTube Analytics API Reference for youtubeAnalytics.batchReportDefinitions.list
.
- type BatchReportDefinitionsListResource = "youtube" :> ("analytics" :> ("v1" :> ("batchReportDefinitions" :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] BatchReportDefinitionList)))))
- batchReportDefinitionsList :: Text -> BatchReportDefinitionsList
- data BatchReportDefinitionsList
- brdlOnBehalfOfContentOwner :: Lens' BatchReportDefinitionsList Text
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.
Request Lenses
brdlOnBehalfOfContentOwner :: Lens' BatchReportDefinitionsList Text Source #
The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf of.