gogol-dfareporting-0.3.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.Get

Contents

Description

Retrieves a report by its ID.

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

Synopsis

REST Resource

type ReportsGetResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("reports" :> (Capture "reportId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Report)))))) Source #

A resource alias for dfareporting.reports.get method which the ReportsGet request conforms to.

Creating a Request

reportsGet Source #

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

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

data ReportsGet Source #

Retrieves a report by its ID.

See: reportsGet smart constructor.

Instances

Eq ReportsGet Source # 
Data ReportsGet Source # 

Methods

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

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

toConstr :: ReportsGet -> Constr #

dataTypeOf :: ReportsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReportsGet Source # 
Generic ReportsGet Source # 

Associated Types

type Rep ReportsGet :: * -> * #

GoogleRequest ReportsGet Source # 

Associated Types

type Rs ReportsGet :: * #

type Scopes ReportsGet :: [Symbol] #

type Rep ReportsGet Source # 
type Rep ReportsGet = D1 (MetaData "ReportsGet" "Network.Google.Resource.DFAReporting.Reports.Get" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" False) (C1 (MetaCons "ReportsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rgReportId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_rgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes ReportsGet Source # 
type Scopes ReportsGet = (:) Symbol "https://www.googleapis.com/auth/dfareporting" ([] Symbol)
type Rs ReportsGet Source # 

Request Lenses

rgReportId :: Lens' ReportsGet Int64 Source #

The ID of the report.

rgProFileId :: Lens' ReportsGet Int64 Source #

The DFA user profile ID.