SessionEntry

data class SessionEntry(val id: Int, val name: String)

A brief entry for listing sessions in the instance summary.

Constructors

Link copied to clipboard
constructor(id: Int, name: String)

Properties

Link copied to clipboard
val id: Int

ID of the session

Link copied to clipboard

Name of the session

Functions

Link copied to clipboard
open override fun toString(): String