class AccountsAlerts extends Resource (View source)

The "alerts" collection of methods.

Typical usage is:

 $adsenseService = new Google\Service\Adsense(...);
 $alerts = $adsenseService->accounts_alerts;

Methods

listAccountsAlerts(string $parent, array $optParams = [])

Lists all the alerts available in an account. (alerts.listAccountsAlerts)

Details

ListAlertsResponse listAccountsAlerts(string $parent, array $optParams = [])

Lists all the alerts available in an account. (alerts.listAccountsAlerts)

Parameters

string $parent

Required. The account which owns the collection of alerts. Format: accounts/{account}

array $optParams

Optional parameters.

Return Value

ListAlertsResponse

Exceptions

Exception