google_api_calendar v0.4.0 GoogleApi.Calendar.V3.Model.EventReminders View Source
Information about the event's reminders for the authenticated user.
Attributes
- overrides ([EventReminder]): If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5. Defaults to:
null
. - useDefault (boolean()): Whether the default reminders of the calendar apply to the event. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Calendar.V3.Model.EventReminders{
overrides: [GoogleApi.Calendar.V3.Model.EventReminder.t()],
useDefault: any()
}
t() :: %GoogleApi.Calendar.V3.Model.EventReminders{ overrides: [GoogleApi.Calendar.V3.Model.EventReminder.t()], useDefault: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.