Class WatchResponse
Push notification watch response.
public class WatchResponse : IDirectResponseSchema
- Inheritance
-
WatchResponse
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
WatchResponse()
public WatchResponse()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Expiration
When Gmail will stop sending notifications for mailbox updates (epoch millis). Call watch
again
before this time to renew the watch.
public virtual long? Expiration { get; set; }
Property Value
- long?
HistoryId
The ID of the mailbox's current history record.
public virtual ulong? HistoryId { get; set; }