Struct google_books1::Notification [] [src]

pub struct Notification {
    pub body: Option<String>,
    pub doc_type: Option<String>,
    pub kind: Option<String>,
    pub title: Option<String>,
    pub crm_experiment_ids: Option<Vec<String>>,
    pub dont_show_notification: Option<bool>,
    pub show_notification_settings_action: Option<bool>,
    pub icon_url: Option<String>,
    pub reason: Option<String>,
    pub notification_group: Option<String>,
    pub target_url: Option<String>,
    pub notification_type: Option<String>,
    pub pcampaign_id: Option<String>,
    pub doc_id: Option<String>,
}

There is no detailed description.

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

no description provided

no description provided

Resource type.

no description provided

The list of crm experiment ids.

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for Notification
[src]

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

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Notification
[src]

Formats the value using the given formatter.

impl ResponseResult for Notification
[src]