Class NotificationsResource
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
The "notifications" collection of methods.
public class NotificationsResource
- Inheritance
-
NotificationsResource
- Inherited Members
Constructors
NotificationsResource(IClientService)
Constructs a new resource.
public NotificationsResource(IClientService service)
Parameters
service
IClientService
Methods
Delete(string, string)
Deletes a notification
public virtual NotificationsResource.DeleteRequest Delete(string customer, string notificationId)
Parameters
customer
stringThe unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource.
notificationId
stringThe unique ID of the notification.
Returns
Get(string, string)
Retrieves a notification.
public virtual NotificationsResource.GetRequest Get(string customer, string notificationId)
Parameters
customer
stringThe unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource.
notificationId
stringThe unique ID of the notification.
Returns
List(string)
Retrieves a list of notifications.
public virtual NotificationsResource.ListRequest List(string customer)
Parameters
customer
stringThe unique ID for the customer's G Suite account.
Returns
Patch(Notification, string, string)
Updates a notification. This method supports patch semantics.
public virtual NotificationsResource.PatchRequest Patch(Notification body, string customer, string notificationId)
Parameters
body
NotificationThe body of the request.
customer
stringThe unique ID for the customer's G Suite account.
notificationId
stringThe unique ID of the notification.
Returns
Update(Notification, string, string)
Updates a notification.
public virtual NotificationsResource.UpdateRequest Update(Notification body, string customer, string notificationId)
Parameters
body
NotificationThe body of the request.
customer
stringThe unique ID for the customer's G Suite account.
notificationId
stringThe unique ID of the notification.