gogol-doubleclick-search-0.0.1: Google DoubleClick Search 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.DoubleClickSearch.Reports.GetFile

Contents

Description

Downloads a report file encoded in UTF-8.

See: DoubleClick Search API Reference for doubleclicksearch.reports.getFile.

Synopsis

REST Resource

type ReportsGetFileResource = ("doubleclicksearch" :> ("v2" :> ("reports" :> (Capture "reportId" Text :> ("files" :> (Capture "reportFragment" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` ()))))))) :<|> ("doubleclicksearch" :> ("v2" :> ("reports" :> (Capture "reportId" Text :> ("files" :> (Capture "reportFragment" (Textual Int32) :> (QueryParam "alt" AltMedia :> Get `[OctetStream]` Stream))))))) Source

A resource alias for doubleclicksearch.reports.getFile method which the ReportsGetFile request conforms to.

Creating a Request

reportsGetFile Source

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

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

Request Lenses

rgfReportFragment :: Lens' ReportsGetFile Int32 Source

The index of the report fragment to download.