gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.Files.Get

Contents

Description

Retrieves a report file by its report ID and file ID.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.files.get.

Synopsis

REST Resource

type FilesGetResource = ("dfareporting" :> ("v2.2" :> ("reports" :> (Capture "reportId" (Textual Int64) :> ("files" :> (Capture "fileId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` File))))))) :<|> ("dfareporting" :> ("v2.2" :> ("reports" :> (Capture "reportId" (Textual Int64) :> ("files" :> (Capture "fileId" (Textual Int64) :> (QueryParam "alt" AltMedia :> Get `[OctetStream]` Stream))))))) Source

A resource alias for dfareporting.files.get method which the FilesGet request conforms to.

Creating a Request

filesGet Source

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

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

Request Lenses

fgReportId :: Lens' FilesGet Int64 Source

The ID of the report.

fgFileId :: Lens' FilesGet Int64 Source

The ID of the report file.