Struct google_mirror1::NotificationConfig[][src]

pub struct NotificationConfig {
    pub delivery_time: Option<String>,
    pub level: Option<String>,
}

Controls how notifications for a timeline item are presented to the user.

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

Fields

The time at which the notification should be delivered.

Describes how important the notification is. Allowed values are:

  • DEFAULT - Notifications of default importance. A chime will be played to alert users.

Trait Implementations

impl Default for NotificationConfig
[src]

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

impl Clone for NotificationConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NotificationConfig
[src]

Formats the value using the given formatter. Read more

impl Part for NotificationConfig
[src]

Auto Trait Implementations