gogol-adsense-0.1.1: Google AdSense Management 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.AdSense.Accounts.Reports.Saved.List

Contents

Description

List all saved reports in the specified AdSense account.

See: AdSense Management API Reference for adsense.accounts.reports.saved.list.

Synopsis

REST Resource

type AccountsReportsSavedListResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("reports" :> ("saved" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] SavedReports)))))))) Source #

A resource alias for adsense.accounts.reports.saved.list method which the AccountsReportsSavedList request conforms to.

Creating a Request

accountsReportsSavedList Source #

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

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

data AccountsReportsSavedList Source #

List all saved reports in the specified AdSense account.

See: accountsReportsSavedList smart constructor.

Instances

Eq AccountsReportsSavedList Source # 
Data AccountsReportsSavedList Source # 

Methods

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

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

toConstr :: AccountsReportsSavedList -> Constr #

dataTypeOf :: AccountsReportsSavedList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsReportsSavedList Source # 
Generic AccountsReportsSavedList Source # 
GoogleRequest AccountsReportsSavedList Source # 
type Rep AccountsReportsSavedList Source # 
type Rep AccountsReportsSavedList = D1 (MetaData "AccountsReportsSavedList" "Network.Google.Resource.AdSense.Accounts.Reports.Saved.List" "gogol-adsense-0.1.1-2SaREBPcjeb5MrwEOjH2po" False) (C1 (MetaCons "AccountsReportsSavedList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_arslAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_arslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_arslMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))
type Scopes AccountsReportsSavedList Source # 
type Scopes AccountsReportsSavedList = (:) Symbol "https://www.googleapis.com/auth/adsense" ((:) Symbol "https://www.googleapis.com/auth/adsense.readonly" ([] Symbol))
type Rs AccountsReportsSavedList Source # 

Request Lenses

arslAccountId :: Lens' AccountsReportsSavedList Text Source #

Account to which the saved reports belong.

arslPageToken :: Lens' AccountsReportsSavedList (Maybe Text) Source #

A continuation token, used to page through saved reports. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

arslMaxResults :: Lens' AccountsReportsSavedList (Maybe Int32) Source #

The maximum number of saved reports to include in the response, used for paging.