gogol-doubleclick-bids-0.3.0: Google DoubleClick Bid Manager SDK.

Copyright(c) 2015-2016 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.DoubleClickBidManager.Sdf.Download

Contents

Description

Retrieves entities in SDF format.

See: DoubleClick Bid Manager API Reference for doubleclickbidmanager.sdf.download.

Synopsis

REST Resource

type SdfDownloadResource = "doubleclickbidmanager" :> ("v1" :> ("sdf" :> ("download" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DownloadRequest :> Post '[JSON] DownloadResponse))))) #

A resource alias for doubleclickbidmanager.sdf.download method which the SdfDownload request conforms to.

Creating a Request

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 #

Retrieves entities in SDF format.

See: sdfDownload smart constructor.

Instances

Eq SdfDownload # 
Data SdfDownload # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SdfDownload -> c SdfDownload #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SdfDownload #

toConstr :: SdfDownload -> Constr #

dataTypeOf :: SdfDownload -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SdfDownload) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SdfDownload) #

gmapT :: (forall b. Data b => b -> b) -> SdfDownload -> SdfDownload #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SdfDownload -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SdfDownload -> r #

gmapQ :: (forall d. Data d => d -> u) -> SdfDownload -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SdfDownload -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SdfDownload -> m SdfDownload #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SdfDownload -> m SdfDownload #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SdfDownload -> m SdfDownload #

Show SdfDownload # 
Generic SdfDownload # 

Associated Types

type Rep SdfDownload :: * -> * #

GoogleRequest SdfDownload # 

Associated Types

type Rs SdfDownload :: * #

type Scopes SdfDownload :: [Symbol] #

type Rep SdfDownload # 
type Rep SdfDownload = D1 (MetaData "SdfDownload" "Network.Google.Resource.DoubleClickBidManager.Sdf.Download" "gogol-doubleclick-bids-0.3.0-6CrJ2W1WvD4Rchi1D9Wi5" True) (C1 (MetaCons "SdfDownload'" PrefixI True) (S1 (MetaSel (Just Symbol "_sdPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DownloadRequest)))
type Scopes SdfDownload # 
type Rs SdfDownload # 

Request Lenses

sdPayload :: Lens' SdfDownload DownloadRequest #

Multipart request metadata.