Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Polls for the status of a report request.
See: DoubleClick Search API Reference for doubleclicksearch.reports.get
.
Synopsis
- type ReportsGetResource = "doubleclicksearch" :> ("v2" :> ("reports" :> (Capture "reportId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Report))))
- reportsGet :: Text -> ReportsGet
- data ReportsGet
- rgReportId :: Lens' ReportsGet Text
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
:: Text | |
-> 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.
Instances
Request Lenses
rgReportId :: Lens' ReportsGet Text Source #
ID of the report request being polled.