Class Notifications
- 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
Items
List of notifications in this page.
public virtual IList<Notification> Items { get; set; }
Property Value
Kind
The type of the resource.
public virtual string Kind { get; set; }
Property Value
NextPageToken
Token for fetching the next page of notifications.
public virtual string NextPageToken { get; set; }
Property Value
UnreadNotificationsCount
Number of unread notification for the domain.
public virtual int? UnreadNotificationsCount { get; set; }
Property Value
- int?