SessionGlobalResource
Properties
Name | Type | Required | Description |
---|---|---|---|
creation_time | str | ✅ | Object creation time |
last_modified_time | str | ✅ | Object last modification time |
webinar | WebinarRefModel | ✅ | |
id_ | str | ❌ | Internal object ID |
start_time | str | ❌ | Session start time. If a session hasn't been started this fields should be set to "scheduledStartTime" |
end_time | str | ❌ | Session end time. If a session hasn't been finished this fields should be set to ("startTime"+"scheduledDuration") |
duration | int | ❌ | Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) |
title | str | ❌ | Session title. If blank - derived from webinar title. |
description | str |