EditMeetingType constructor
EditMeetingType({
- 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 meetingid,
- 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
EditMeetingType({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.meetingid, 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});