gogol-youtube-reporting-0.0.1: Google YouTube Reporting 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.YouTubeReporting.Jobs.Reports.Get

Contents

Description

Gets the metadata of a specific report.

See: YouTube Reporting API Reference for youtubereporting.jobs.reports.get.

Synopsis

REST Resource

type JobsReportsGetResource = "v1" :> ("jobs" :> (Capture "jobId" Text :> ("reports" :> (Capture "reportId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Report))))))))))))) Source

A resource alias for youtubereporting.jobs.reports.get method which the JobsReportsGet request conforms to.

Creating a Request

jobsReportsGet Source

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

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

Request Lenses

jrgJobId :: Lens' JobsReportsGet Text Source

The ID of the job.

jrgUploadProtocol :: Lens' JobsReportsGet (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

jrgPp :: Lens' JobsReportsGet Bool Source

Pretty-print response.

jrgReportId :: Lens' JobsReportsGet Text Source

The ID of the report to retrieve.

jrgUploadType :: Lens' JobsReportsGet (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

jrgOnBehalfOfContentOwner :: Lens' JobsReportsGet (Maybe Text) Source

The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).