ScheduleMeetingType constructor
ScheduleMeetingType({
- String? agenda,
- List? attend,
- int? durationhr,
- int? durationmin,
- int? enablepreregistration,
- String? endBy,
- String? enddatetime,
- List? groups,
- List? hostusers,
- String? instructions,
- int? isrecurring,
- int? is_show_portal,
- String? meetingagenda,
- required String meetingDate,
- required String meetingMeridiem,
- required String meetingName,
- required String meetingTime,
- String? meetingtopic,
- List? oldattend,
- List? options,
- required String passcode,
- String? recurringtype,
- int? repeat_interval,
- 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});