Table of Contents

Class WatchResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

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

string

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; }

Property Value

ulong?