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.Get

Contents

Description

Polls for the status of a report request.

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

Synopsis

REST Resource

type ReportsGetResource = "doubleclicksearch" :> ("v2" :> ("reports" :> (Capture "reportId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Report)))) Source

A resource alias for doubleclicksearch.reports.get method which the ReportsGet request conforms to.

Creating a Request

reportsGet Source

Arguments

:: Text

rgReportId

-> ReportsGet 

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

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

data ReportsGet Source

Polls for the status of a report request.

See: reportsGet smart constructor.

Request Lenses

rgReportId :: Lens' ReportsGet Text Source

ID of the report request being polled.