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 |
Retrieves stored reports.
See: DoubleClick Bid Manager API Reference for doubleclickbidmanager.reports.listreports
.
Synopsis
- type ReportsListreportsResource = "doubleclickbidmanager" :> ("v1" :> ("queries" :> (Capture "queryId" (Textual Int64) :> ("reports" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListReportsResponse)))))
- reportsListreports :: Int64 -> ReportsListreports
- data ReportsListreports
- rlQueryId :: Lens' ReportsListreports Int64
REST Resource
type ReportsListreportsResource = "doubleclickbidmanager" :> ("v1" :> ("queries" :> (Capture "queryId" (Textual Int64) :> ("reports" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListReportsResponse))))) Source #
A resource alias for doubleclickbidmanager.reports.listreports
method which the
ReportsListreports
request conforms to.
Creating a Request
Creates a value of ReportsListreports
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ReportsListreports Source #
Retrieves stored reports.
See: reportsListreports
smart constructor.