Table of Contents

Class Notification

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

Template for a notification resource.

public class Notification : IDirectResponseSchema
Inheritance
Notification
Implements
IDirectResponseSchema
Inherited Members

Constructors

Notification()

public Notification()

Properties

Body

Body of the notification (Read-only)

public virtual string Body { get; set; }

Property Value

string

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

FromAddress

Address from which the notification is received (Read-only)

public virtual string FromAddress { get; set; }

Property Value

string

IsUnread

Boolean indicating whether the notification is unread or not.

public virtual bool? IsUnread { get; set; }

Property Value

bool?

Kind

The type of the resource.

public virtual string Kind { get; set; }

Property Value

string

NotificationId

public virtual string NotificationId { get; set; }

Property Value

string

SendTime

DateTime representation of SendTimeRaw.

public virtual DateTime? SendTime { get; set; }

Property Value

DateTime?

SendTimeRaw

Time at which notification was sent (Read-only)

public virtual string SendTimeRaw { get; set; }

Property Value

string

Subject

Subject of the notification (Read-only)

public virtual string Subject { get; set; }

Property Value

string