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

Contents

Description

Inserts a report request into the reporting system.

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

Synopsis

REST Resource

type ReportsRequestResource = "doubleclicksearch" :> ("v2" :> ("reports" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ReportRequest :> Post `[JSON]` Report)))) Source

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

Creating a Request

reportsRequest Source

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

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

Request Lenses

rrPayload :: Lens' ReportsRequest ReportRequest Source

Multipart request metadata.