gogol-dfareporting-0.1.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.List

Contents

Description

Retrieves list of reports.

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

Synopsis

REST Resource

type ReportsListResource = "dfareporting" :> ("v2.5" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("reports" :> (QueryParam "sortOrder" ReportsListSortOrder :> (QueryParam "scope" ReportsListScope :> (QueryParam "pageToken" Text :> (QueryParam "sortField" ReportsListSortField :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ReportList)))))))))) Source #

A resource alias for dfareporting.reports.list method which the ReportsList request conforms to.

Creating a Request

reportsList Source #

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

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

data ReportsList Source #

Retrieves list of reports.

See: reportsList smart constructor.

Instances

Eq ReportsList Source # 
Data ReportsList Source # 

Methods

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

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

toConstr :: ReportsList -> Constr #

dataTypeOf :: ReportsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReportsList Source # 
Generic ReportsList Source # 

Associated Types

type Rep ReportsList :: * -> * #

GoogleRequest ReportsList Source # 

Associated Types

type Rs ReportsList :: * #

type Scopes ReportsList :: [Symbol] #

type Rep ReportsList Source # 
type Scopes ReportsList Source # 
type Scopes ReportsList = (:) Symbol "https://www.googleapis.com/auth/dfareporting" ([] Symbol)
type Rs ReportsList Source # 

Request Lenses

rlProFileId :: Lens' ReportsList Int64 Source #

The DFA user profile ID.

rlSortOrder :: Lens' ReportsList ReportsListSortOrder Source #

Order of sorted results, default is 'DESCENDING'.

rlScope :: Lens' ReportsList ReportsListScope Source #

The scope that defines which results are returned, default is 'MINE'.

rlPageToken :: Lens' ReportsList (Maybe Text) Source #

The value of the nextToken from the previous result page.

rlSortField :: Lens' ReportsList ReportsListSortField Source #

The field by which to sort the list.

rlMaxResults :: Lens' ReportsList (Maybe Int32) Source #

Maximum number of results to return.