ListAttendeesResponse constructor

ListAttendeesResponse({
  1. List<Attendee>? attendees,
  2. String? nextToken,
})

Implementation

ListAttendeesResponse({
  this.attendees,
  this.nextToken,
});