Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
List the alerts for this AdSense account.
See: AdSense Management API Reference for adsense.alerts.list
.
Synopsis
- type AlertsListResource = "adsense" :> ("v1.4" :> ("alerts" :> (QueryParam "locale" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Alerts))))
- alertsList :: AlertsList
- data AlertsList
- alLocale :: Lens' AlertsList (Maybe Text)
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.