gogol-doubleclick-bids-0.4.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))))) Source #

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

Creating a Request

sdfDownload Source #

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
Eq SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

Data SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

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 Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

Generic SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

Associated Types

type Rep SdfDownload :: Type -> Type #

GoogleRequest SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

Associated Types

type Rs SdfDownload :: Type #

type Scopes SdfDownload :: [Symbol] #

type Rep SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

type Rep SdfDownload = D1 (MetaData "SdfDownload" "Network.Google.Resource.DoubleClickBidManager.Sdf.Download" "gogol-doubleclick-bids-0.4.0-Iea8kBBYCTS6zJ25vIF0gc" True) (C1 (MetaCons "SdfDownload'" PrefixI True) (S1 (MetaSel (Just "_sdPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DownloadRequest)))
type Scopes SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

type Scopes SdfDownload = "https://www.googleapis.com/auth/doubleclickbidmanager" ': ([] :: [Symbol])
type Rs SdfDownload Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickBidManager.Sdf.Download

Request Lenses

sdPayload :: Lens' SdfDownload DownloadRequest Source #

Multipart request metadata.