| Name | Type | Description | Notes |
|---|---|---|---|
| topic | str | Meeting topic. | [optional] |
| type | int | Meeting Types:<br>`1` - Instant meeting.<br>`2` - Scheduled meeting.<br>`3` - Recurring meeting with no fixed time.<br>`8` - Recurring meeting with a fixed time. | [optional] |
| start_time | datetime | Meeting start time. When using a format like "yyyy-MM-dd'T'HH:mm:ss'Z'", always use GMT time. When using a format like "yyyy-MM-dd'T'HH:mm:ss", you should use local time and specify the time zone. Only used for scheduled meetings and recurring meetings with a fixed time. | [optional] |
| duration | int | Meeting duration (minutes). Used for scheduled meetings only. | [optional] |
| timezone | str | Time zone to format start_time. For example, "America/Los_Angeles". For scheduled meetings only. Please reference our time zone list for supported time zones and their formats. | [optional] |
| password | str | Password to join the meeting. Password may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and can have a maximum of 10 characters. Note: If the account owner or the admin has configured minimum password requirement settings, the password value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the Get User Settings API or the Get Account Settings API. | [optional] |
| agenda | str | Meeting description. | [optional] |
| tracking_fields | list[MeetingTrackingFields] | Tracking fields | [optional] |
| recurrence | UsersuserIdmeetingsRecurrence | [optional] | |
| settings | AllOfSessionUpdateSettings | [optional] |