gogol-dfareporting-0.2.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.Reports.Run

Contents

Description

Runs a report.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.reports.run.

Synopsis

REST Resource

type ReportsRunResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("reports" :> (Capture "reportId" (Textual Int64) :> ("run" :> (QueryParam "synchronous" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] File)))))))) Source #

A resource alias for dfareporting.reports.run method which the ReportsRun request conforms to.

Creating a Request

reportsRun Source #

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

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

data ReportsRun Source #

Runs a report.

See: reportsRun smart constructor.

Instances

Eq ReportsRun Source # 
Data ReportsRun Source # 

Methods

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

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

toConstr :: ReportsRun -> Constr #

dataTypeOf :: ReportsRun -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReportsRun Source # 
Generic ReportsRun Source # 

Associated Types

type Rep ReportsRun :: * -> * #

GoogleRequest ReportsRun Source # 

Associated Types

type Rs ReportsRun :: * #

type Scopes ReportsRun :: [Symbol] #

type Rep ReportsRun Source # 
type Rep ReportsRun = D1 (MetaData "ReportsRun" "Network.Google.Resource.DFAReporting.Reports.Run" "gogol-dfareporting-0.2.0-3vkytqIdbR4DxGH3Av8E8" False) (C1 (MetaCons "ReportsRun'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rrSynchronous") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_rrReportId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_rrProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))))
type Scopes ReportsRun Source # 
type Scopes ReportsRun = (:) Symbol "https://www.googleapis.com/auth/dfareporting" ([] Symbol)
type Rs ReportsRun Source # 

Request Lenses

rrSynchronous :: Lens' ReportsRun (Maybe Bool) Source #

If set and true, tries to run the report synchronously.

rrReportId :: Lens' ReportsRun Int64 Source #

The ID of the report.

rrProFileId :: Lens' ReportsRun Int64 Source #

The DFA profile ID.