gogol-adsense-0.1.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)))) Source #

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

Creating a Request

alertsList :: AlertsList Source #

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 Source #

List the alerts for this AdSense account.

See: alertsList smart constructor.

Instances

Eq AlertsList Source # 
Data AlertsList Source # 

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 Source # 
Generic AlertsList Source # 

Associated Types

type Rep AlertsList :: * -> * #

GoogleRequest AlertsList Source # 

Associated Types

type Rs AlertsList :: * #

type Scopes AlertsList :: [Symbol] #

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

Request Lenses

alLocale :: Lens' AlertsList (Maybe Text) Source #

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.