ScheduleMeetingType constructor

ScheduleMeetingType({
  1. String? agenda,
  2. List? attend,
  3. int? durationhr,
  4. int? durationmin,
  5. int? enablepreregistration,
  6. String? endBy,
  7. String? enddatetime,
  8. List? groups,
  9. List? hostusers,
  10. String? instructions,
  11. int? isrecurring,
  12. int? is_show_portal,
  13. String? meetingagenda,
  14. required String meetingDate,
  15. required String meetingMeridiem,
  16. required String meetingName,
  17. required String meetingTime,
  18. String? meetingtopic,
  19. List? oldattend,
  20. List? options,
  21. required String passcode,
  22. String? recurringtype,
  23. int? repeat_interval,
  24. required String timezone,
})

Implementation

ScheduleMeetingType({this.agenda, this.attend, this.durationhr, this.durationmin, this.enablepreregistration, this.endBy, this.enddatetime, this.groups, this.hostusers, this.instructions, this.isrecurring, this.is_show_portal, this.meetingagenda, required this.meetingDate, required this.meetingMeridiem, required this.meetingName, required this.meetingTime, this.meetingtopic, this.oldattend, this.options, required this.passcode, this.recurringtype, this.repeat_interval, required this.timezone});