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.Accounts.Alerts.List

Contents

Description

List the alerts for the specified AdSense account.

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

Synopsis

REST Resource

type AccountsAlertsListResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("alerts" :> (QueryParam "locale" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Alerts)))))) Source

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

Creating a Request

accountsAlertsList Source

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

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

Request Lenses

aalLocale :: Lens' AccountsAlertsList (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.

aalAccountId :: Lens' AccountsAlertsList Text Source

Account for which to retrieve the alerts.