BookingOptions class
At least one delegate must be associated to the resource to disable automatic replies from the resource.
Constructors
- BookingOptions({bool? autoAcceptRequests, bool? autoDeclineConflictingRequests, bool? autoDeclineRecurringRequests})
-
BookingOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoAcceptRequests → bool?
-
The resource's ability to automatically reply to requests. If disabled,
delegates must be associated to the resource.
final
- autoDeclineConflictingRequests → bool?
-
The resource's ability to automatically decline any conflicting requests.
final
- autoDeclineRecurringRequests → bool?
-
The resource's ability to automatically decline any recurring requests.
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