TeamMemberBookingProfileResponse constructor

TeamMemberBookingProfileResponse({
  1. List<SquareError>? errors,
  2. String? cursor,
  3. TeamMemberBookingProfile? teamMemberBookingProfile,
  4. List<TeamMemberBookingProfile>? teamMemberBookingProfiles,
})

Implementation

TeamMemberBookingProfileResponse({
  this.errors, this.cursor, this.teamMemberBookingProfile, this.teamMemberBookingProfiles

});