Class Notification
- 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
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
FromAddress
Address from which the notification is received (Read-only)
public virtual string FromAddress { get; set; }
Property Value
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
NotificationId
public virtual string NotificationId { get; set; }
Property Value
SendTime
DateTime representation of SendTimeRaw.
public virtual DateTime? SendTime { get; set; }
Property Value
SendTimeRaw
Time at which notification was sent (Read-only)
public virtual string SendTimeRaw { get; set; }
Property Value
Subject
Subject of the notification (Read-only)
public virtual string Subject { get; set; }