Struct google_calendar3::CalendarListEntryNotificationSettings [] [src]

pub struct CalendarListEntryNotificationSettings {
    pub notifications: Option<Vec<CalendarNotification>>,
}

The notifications that the authenticated user is receiving for this calendar.

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

Fields

The list of notifications set for this calendar.

Trait Implementations

impl Default for CalendarListEntryNotificationSettings
[src]

[src]

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

impl Clone for CalendarListEntryNotificationSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CalendarListEntryNotificationSettings
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CalendarListEntryNotificationSettings
[src]

impl Part for CalendarListEntryNotificationSettings
[src]