SessionRefModel
Properties
Name | Type | Required | Description |
---|---|---|---|
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 | ❌ | User-friendly description of the Session. If blank - derived from webinar title. |
webinar | WebinarRefModel | ❌ |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs