Table of Contents

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 string

The unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource.

notificationId string

The unique ID of the notification.

Returns

NotificationsResource.DeleteRequest

Get(string, string)

Retrieves a notification.

public virtual NotificationsResource.GetRequest Get(string customer, string notificationId)

Parameters

customer string

The unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource.

notificationId string

The unique ID of the notification.

Returns

NotificationsResource.GetRequest

List(string)

Retrieves a list of notifications.

public virtual NotificationsResource.ListRequest List(string customer)

Parameters

customer string

The unique ID for the customer's G Suite account.

Returns

NotificationsResource.ListRequest

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 Notification

The body of the request.

customer string

The unique ID for the customer's G Suite account.

notificationId string

The unique ID of the notification.

Returns

NotificationsResource.PatchRequest

Update(Notification, string, string)

Updates a notification.

public virtual NotificationsResource.UpdateRequest Update(Notification body, string customer, string notificationId)

Parameters

body Notification

The body of the request.

customer string

The unique ID for the customer's G Suite account.

notificationId string

The unique ID of the notification.

Returns

NotificationsResource.UpdateRequest