ReadTeamMemberBookingProfileRequest constructor

ReadTeamMemberBookingProfileRequest({
  1. String? cursor,
  2. String? locationId,
  3. int? limit,
  4. String? bookableOnly,
})

Implementation

ReadTeamMemberBookingProfileRequest({
  this.cursor, this.locationId, this.limit, this.bookableOnly
});