Table of Contents

Class Notifications

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Template for notifications list response.

public class Notifications : IDirectResponseSchema
Inheritance
Notifications
Implements
IDirectResponseSchema
Inherited Members

Constructors

Notifications()

public Notifications()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

List of notifications in this page.

public virtual IList<Notification> Items { get; set; }

Property Value

IList<Notification>

Kind

The type of the resource.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

Token for fetching the next page of notifications.

public virtual string NextPageToken { get; set; }

Property Value

string

UnreadNotificationsCount

Number of unread notification for the domain.

public virtual int? UnreadNotificationsCount { get; set; }

Property Value

int?