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.Delete

Contents

Description

Dismiss (delete) the specified alert from the specified publisher AdSense account.

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

Synopsis

REST Resource

type AccountsAlertsDeleteResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("alerts" :> (Capture "alertId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for adsense.accounts.alerts.delete method which the AccountsAlertsDelete request conforms to.

Creating a Request

accountsAlertsDelete Source

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

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

Request Lenses

aadAccountId :: Lens' AccountsAlertsDelete Text Source

Account which contains the ad unit.