CreateEndOfMeetingReminder class

Creates 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

CreateEndOfMeetingReminder({required bool enabled, required List<int> reminderAtMinutes, required 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>
A range of 3 to 15 minutes that determines when the reminder begins.
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