Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminDirectory
Collection
NotificationsCollection
Interface NotificationsCollection
interface
NotificationsCollection
{
get
(
customer
:
string
,
notificationId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
;
list
(
customer
:
string
)
:
Notifications
;
list
(
customer
:
string
,
optionalArgs
:
object
)
:
Notifications
;
patch
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
,
customer
:
string
,
notificationId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
;
remove
(
customer
:
string
,
notificationId
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
,
customer
:
string
,
notificationId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
;
}
Index
Methods
get
list
patch
remove
update
Methods
get
get
(
customer
:
string
,
notificationId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
Parameters
customer
:
string
notificationId
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
list
list
(
customer
:
string
)
:
Notifications
Parameters
customer
:
string
Returns
Notifications
list
(
customer
:
string
,
optionalArgs
:
object
)
:
Notifications
Parameters
customer
:
string
optionalArgs
:
object
Returns
Notifications
patch
patch
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
,
customer
:
string
,
notificationId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
Parameters
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
customer
:
string
notificationId
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
remove
remove
(
customer
:
string
,
notificationId
:
string
)
:
void
Parameters
customer
:
string
notificationId
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
,
customer
:
string
,
notificationId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
Parameters
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
customer
:
string
notificationId
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Notification
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
patch
remove
update
Google Apps Script API
Loading...