gogol-adsense-0.4.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 # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

Data AlertsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

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 # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

Generic AlertsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

Associated Types

type Rep AlertsList :: Type -> Type #

GoogleRequest AlertsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

Associated Types

type Rs AlertsList :: Type #

type Scopes AlertsList :: [Symbol] #

type Rep AlertsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

type Rep AlertsList = D1 (MetaData "AlertsList" "Network.Google.Resource.AdSense.Alerts.List" "gogol-adsense-0.4.0-8cOCEo3eYdbFA6XwLd5vHV" True) (C1 (MetaCons "AlertsList'" PrefixI True) (S1 (MetaSel (Just "_alLocale") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Scopes AlertsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

type Scopes AlertsList = "https://www.googleapis.com/auth/adsense" ': ("https://www.googleapis.com/auth/adsense.readonly" ': ([] :: [Symbol]))
type Rs AlertsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.Alerts.List

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.