BatchCreateAttendeeResponse constructor

BatchCreateAttendeeResponse({
  1. List<Attendee>? attendees,
  2. List<CreateAttendeeError>? errors,
})

Implementation

BatchCreateAttendeeResponse({
  this.attendees,
  this.errors,
});