| 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 |
Network.Google.Resource.DoubleClickBidManager.Lineitems.Downloadlineitems
Description
Retrieves line items in CSV format. TrueView line items are not supported.
See: DoubleClick Bid Manager API Reference for doubleclickbidmanager.lineitems.downloadlineitems.
Synopsis
- type LineitemsDownloadlineitemsResource = "doubleclickbidmanager" :> ("v1" :> ("lineitems" :> ("downloadlineitems" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DownloadLineItemsRequest :> Post '[JSON] DownloadLineItemsResponse)))))
- lineitemsDownloadlineitems :: DownloadLineItemsRequest -> LineitemsDownloadlineitems
- data LineitemsDownloadlineitems
- ldPayload :: Lens' LineitemsDownloadlineitems DownloadLineItemsRequest
REST Resource
type LineitemsDownloadlineitemsResource = "doubleclickbidmanager" :> ("v1" :> ("lineitems" :> ("downloadlineitems" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DownloadLineItemsRequest :> Post '[JSON] DownloadLineItemsResponse))))) Source #
A resource alias for doubleclickbidmanager.lineitems.downloadlineitems method which the
LineitemsDownloadlineitems request conforms to.
Creating a Request
lineitemsDownloadlineitems Source #
Arguments
| :: DownloadLineItemsRequest | |
| -> LineitemsDownloadlineitems |
Creates a value of LineitemsDownloadlineitems with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LineitemsDownloadlineitems Source #
Retrieves line items in CSV format. TrueView line items are not supported.
See: lineitemsDownloadlineitems smart constructor.
Instances
Request Lenses
ldPayload :: Lens' LineitemsDownloadlineitems DownloadLineItemsRequest Source #
Multipart request metadata.