UpdateInstantBooking class
Updates settings for the instant booking feature that are applied to a room profile. If instant booking is enabled, Alexa automatically reserves a room if it is free when a user joins a meeting with Alexa.
Constructors
- UpdateInstantBooking({int? durationInMinutes, bool? enabled})
Properties
- durationInMinutes → int?
-
Duration between 15 and 240 minutes at increments of 15 that determines how
long to book an available room when a meeting is started with Alexa.
final
- enabled → bool?
-
Whether instant booking is enabled or not.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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