gogol-adsense-0.3.0: 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.Alerts.List

Contents

Description

List the alerts for this AdSense account.

See: AdSense Management API Reference for adsense.alerts.list.

Synopsis

REST Resource

type AlertsListResource = "adsense" :> ("v1.4" :> ("alerts" :> (QueryParam "locale" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Alerts)))) #

A resource alias for adsense.alerts.list method which the AlertsList request conforms to.

Creating a Request

alertsList :: AlertsList #

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

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

data AlertsList #

List the alerts for this AdSense account.

See: alertsList smart constructor.

Instances

Eq AlertsList # 
Data AlertsList # 

Methods

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

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

toConstr :: AlertsList -> Constr #

dataTypeOf :: AlertsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AlertsList # 
Generic AlertsList # 

Associated Types

type Rep AlertsList :: * -> * #

GoogleRequest AlertsList # 

Associated Types

type Rs AlertsList :: * #

type Scopes AlertsList :: [Symbol] #

type Rep AlertsList # 
type Rep AlertsList = D1 (MetaData "AlertsList" "Network.Google.Resource.AdSense.Alerts.List" "gogol-adsense-0.3.0-BAXQA6cE7xWDKVASsub98w" True) (C1 (MetaCons "AlertsList'" PrefixI True) (S1 (MetaSel (Just Symbol "_alLocale") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Scopes AlertsList # 
type Scopes AlertsList = (:) Symbol "https://www.googleapis.com/auth/adsense" ((:) Symbol "https://www.googleapis.com/auth/adsense.readonly" ([] Symbol))
type Rs AlertsList # 

Request Lenses

alLocale :: Lens' AlertsList (Maybe Text) #

The locale to use for translating alert messages. The account locale will be used if this is not supplied. The AdSense default (English) will be used if the supplied locale is invalid or unsupported.