Struct google_mirror1::Notification [] [src]

pub struct Notification {
    pub item_id: Option<String>,
    pub verify_token: Option<String>,
    pub user_actions: Option<Vec<UserAction>>,
    pub user_token: Option<String>,
    pub operation: Option<String>,
    pub collection: Option<String>,
}

A notification delivered by the API.

This type is not used in any activity, and only used as part of another schema.

Fields

The ID of the item that generated the notification.

The secret verify token provided by the service when it subscribed for notifications.

A list of actions taken by the user that triggered the notification.

The user token provided by the service when it subscribed for notifications.

The type of operation that generated the notification.

The collection that generated the notification.

Trait Implementations

impl Default for Notification
[src]

[src]

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

impl Clone for Notification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Notification
[src]

[src]

Formats the value using the given formatter.

impl Part for Notification
[src]