Struct google_gmail1::WatchResponse [] [src]

pub struct WatchResponse {
    pub expiration: Option<String>,
    pub history_id: Option<String>,
}

Push notification watch response.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

When Gmail will stop sending notifications for mailbox updates (epoch millis). Call watch again before this time to renew the watch.

The ID of the mailbox's current history record.

Trait Implementations

impl Default for WatchResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for WatchResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WatchResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for WatchResponse
[src]