gogol-adsense-0.0.1: Google AdSense Management SDK.

Copyright(c) 2015 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.

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.