ListBookingsRequest constructor

ListBookingsRequest({
  1. int? limit,
  2. String? locationId,
  3. String? cursor,
  4. String? teamMemberId,
  5. String? startAtMax,
})

Implementation

ListBookingsRequest({
  this.limit, this.locationId, this.cursor, this.teamMemberId,
  this.startAtMax
});