ProviderSlotAvailability

data class ProviderSlotAvailability(slots: List<AggregatedSlot>, searchContext: String)

Parameters

slots
searchContext
  • A context that can be used on AvailabilityService.getProviderAvailabilitySlots to rerun a previous search

Constructors

ProviderSlotAvailability
Link copied to clipboard
fun ProviderSlotAvailability(slots: List<AggregatedSlot>, searchContext: String)

Properties

searchContext
Link copied to clipboard
val searchContext: String
  • A context that can be used on AvailabilityService.getProviderAvailabilitySlots to rerun a previous search

slots
Link copied to clipboard
val slots: List<AggregatedSlot>