gogol-doubleclick-search-0.2.0: Google DoubleClick Search 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.DoubleClickSearch.Reports.Generate

Contents

Description

Generates and returns a report immediately.

See: DoubleClick Search API Reference for doubleclicksearch.reports.generate.

Synopsis

REST Resource

type ReportsGenerateResource = "doubleclicksearch" :> ("v2" :> ("reports" :> ("generate" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ReportRequest :> Post '[JSON] Report))))) Source #

A resource alias for doubleclicksearch.reports.generate method which the ReportsGenerate request conforms to.

Creating a Request

reportsGenerate Source #

Creates a value of ReportsGenerate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ReportsGenerate Source #

Generates and returns a report immediately.

See: reportsGenerate smart constructor.

Instances

Eq ReportsGenerate Source # 
Data ReportsGenerate Source # 

Methods

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

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

toConstr :: ReportsGenerate -> Constr #

dataTypeOf :: ReportsGenerate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReportsGenerate Source # 
Generic ReportsGenerate Source # 
GoogleRequest ReportsGenerate Source # 
type Rep ReportsGenerate Source # 
type Rep ReportsGenerate = D1 (MetaData "ReportsGenerate" "Network.Google.Resource.DoubleClickSearch.Reports.Generate" "gogol-doubleclick-search-0.2.0-G5za6VqcQf6IK1sqIuRUKe" True) (C1 (MetaCons "ReportsGenerate'" PrefixI True) (S1 (MetaSel (Just Symbol "_rgPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ReportRequest)))
type Scopes ReportsGenerate Source # 
type Scopes ReportsGenerate = (:) Symbol "https://www.googleapis.com/auth/doubleclicksearch" ([] Symbol)
type Rs ReportsGenerate Source # 

Request Lenses

rgPayload :: Lens' ReportsGenerate ReportRequest Source #

Multipart request metadata.