Name | Type | Description | Notes |
---|---|---|---|
agenda | string | Meeting description. The length of agenda gets truncated to 250 characters when you list all meetings for a user. To view the complete agenda of a meeting, retrieve details for a single meeting, use the Get a meeting API. | [optional] |
created_at | \DateTime | Time of creation. | [optional] |
duration | int | Meeting duration. | [optional] |
host_id | string | ID of the user who is set as the host of the meeting. | [optional] |
id | int | Meeting ID - also known as the meeting number in long (int64) format. | [optional] |
join_url | string | URL using which participants can join a meeting. | [optional] |
pmi | string | Personal meeting ID. This field is only returned if PMI was used to schedule the meeting. | [optional] |
start_time | \DateTime | Meeting start time. | [optional] |
timezone | string | Timezone to format the meeting start time. | [optional] |
topic | string | 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 fixed time. | [optional] |
uuid | string | Unique Meeting ID. Each meeting instance will generate its own Meeting UUID. | [optional] |