gogol-dfareporting-0.4.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" :> ("v3.2" :> ("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 # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Reports.Run

Data ReportsRun Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Reports.Run

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

Defined in Network.Google.Resource.DFAReporting.Reports.Run

Generic ReportsRun Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Reports.Run

Associated Types

type Rep ReportsRun :: Type -> Type #

GoogleRequest ReportsRun Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Reports.Run

Associated Types

type Rs ReportsRun :: Type #

type Scopes ReportsRun :: [Symbol] #

type Rep ReportsRun Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Reports.Run

type Rep ReportsRun = D1 (MetaData "ReportsRun" "Network.Google.Resource.DFAReporting.Reports.Run" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "ReportsRun'" PrefixI True) (S1 (MetaSel (Just "_rrSynchronous") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: (S1 (MetaSel (Just "_rrReportId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_rrProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes ReportsRun Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Reports.Run

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

Defined in Network.Google.Resource.DFAReporting.Reports.Run

Request Lenses

rrSynchronous :: Lens' ReportsRun 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.