Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleResult

Description

This class wraps the result, which contains a list of available time slots.

Properties

Code Block
List<B25.TimeSlot> timeSlots

The time slots when the given reservation (and junctions) are available. Each time slot has a startDateTime and endDateTime. For more details see the TimeSlot documentation.

Example

This example shows how you can use the class in your own code.

...