UpdateRequireCheckIn class
Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.
Constructors
- UpdateRequireCheckIn({bool? enabled, int? releaseAfterMinutes})
Properties
- enabled → bool?
-
Whether require check in is enabled or not.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- releaseAfterMinutes → int?
-
Duration between 5 and 20 minutes to determine when to release the room if
it's not checked into.
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