SessionInfo

constructor(guid: String, label: String, symbol: String? = null, performanceOrder: PerformanceOrder, timeWindowGuids: List<String>? = null, minutesToComplete: Int? = null, notifications: List<NotificationInfo>? = null, type: String? = null)

Parameters

guid

The unique identifier for this model.

label

A required name for this session that will be shown to schedule authors, and can be used as a label for participants if no label can be found.

symbol

A unicode symbol or token identifier (32 characters or less) for a compact/symbolic representation of a session in UI tools.

performanceOrder
timeWindowGuids

A list of all the time window GUIDs for this session. The number of time windows in a session can be useful information for some UI grouping tasks.

minutesToComplete
notifications
type

SessionInfo