Struct google_calendar3::EventReminder [] [src]

pub struct EventReminder {
    pub minutes: Option<i32>,
    pub method: Option<String>,
}

There is no detailed description.

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

Fields

Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes).

The method used by this reminder. Possible values are:
- "email" - Reminders are sent via email. - "sms" - Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS reminders for other account types are ignored. - "popup" - Reminders are sent via a UI popup.

Trait Implementations

impl Default for EventReminder
[src]

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

impl Clone for EventReminder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventReminder
[src]

Formats the value using the given formatter.

impl Part for EventReminder
[src]