Name | Type | Description | Notes |
---|---|---|---|
custom_keys | \Zoom\Api\Model\ReportMeetingDetails200ResponseCustomKeysInner[] | Custom keys and values assigned to the meeting. | [optional] |
dept | string | Department of the host. | [optional] |
duration | int | Meeting duration. | [optional] |
end_time | \DateTime | Meeting end time. | [optional] |
id | int | Meeting ID: Unique identifier of the meeting in "long" format(represented as int64 data type in JSON), also known as the meeting number. | [optional] |
participants_count | int | Number of meeting participants. | [optional] |
start_time | \DateTime | Meeting start time. | [optional] |
topic | string | Meeting topic. | [optional] |
total_minutes | int | Number of meeting minutes. This represents the total amount of meeting minutes attended by each participant including the host, for meetings hosted by the user. For instance if there were one host(named A) and one participant(named B) in a meeting, the value of total_minutes would be calculated as below: total_minutes = Total Meeting Attendance Minutes of A + Total Meeting Attendance Minutes of B | [optional] |
tracking_fields | \Zoom\Api\Model\ReportMeetingDetails200ResponseTrackingFieldsInner[] | Tracking fields. | [optional] |
type | int | Meeting type. | [optional] |
user_email | string | User email. | [optional] |
user_name | string | User display name. | [optional] |
uuid | string | Meeting UUID. Each meeting instance will generate its own UUID(i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting). Please double encode your UUID when using it for API calls if the UUID begins with a '/' or contains '//' in it. | [optional] |