UpdateEndOfMeetingReminder class
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
Constructors
-
UpdateEndOfMeetingReminder({bool? enabled, List<
int> ? reminderAtMinutes, EndOfMeetingReminderType? reminderType})
Properties
- enabled → bool?
-
Whether an end of meeting reminder is enabled or not.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
reminderAtMinutes
→ List<
int> ? -
Updates settings for the end of meeting reminder feature that are applied to
a room profile. The end of meeting reminder enables Alexa to remind users
when a meeting is ending.
final
- reminderType → EndOfMeetingReminderType?
-
The type of sound that users hear during the end of meeting reminder.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited