| 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.Sdf.Download
Description
Retrieves entities in SDF format.
See: DoubleClick Bid Manager API Reference for doubleclickbidmanager.sdf.download.
Synopsis
- type SdfDownloadResource = "doubleclickbidmanager" :> ("v1" :> ("sdf" :> ("download" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DownloadRequest :> Post '[JSON] DownloadResponse)))))
- sdfDownload :: DownloadRequest -> SdfDownload
- data SdfDownload
- sdPayload :: Lens' SdfDownload DownloadRequest
REST Resource
type SdfDownloadResource = "doubleclickbidmanager" :> ("v1" :> ("sdf" :> ("download" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DownloadRequest :> Post '[JSON] DownloadResponse))))) Source #
A resource alias for doubleclickbidmanager.sdf.download method which the
SdfDownload request conforms to.
Creating a Request
Arguments
| :: DownloadRequest | |
| -> SdfDownload |
Creates a value of SdfDownload with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SdfDownload Source #
Retrieves entities in SDF format.
See: sdfDownload smart constructor.
Instances
Request Lenses
sdPayload :: Lens' SdfDownload DownloadRequest Source #
Multipart request metadata.