Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Adsense
Collection
Accounts
AlertsCollection
Interface AlertsCollection
interface
AlertsCollection
{
list
(
accountId
:
string
)
:
Alerts
;
list
(
accountId
:
string
,
optionalArgs
:
object
)
:
Alerts
;
remove
(
accountId
:
string
,
alertId
:
string
)
:
void
;
}
Index
Methods
list
remove
Methods
list
list
(
accountId
:
string
)
:
Alerts
Parameters
accountId
:
string
Returns
Alerts
list
(
accountId
:
string
,
optionalArgs
:
object
)
:
Alerts
Parameters
accountId
:
string
optionalArgs
:
object
Returns
Alerts
remove
remove
(
accountId
:
string
,
alertId
:
string
)
:
void
Parameters
accountId
:
string
alertId
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
list
remove
Google Apps Script API
Loading...