SessionInfo

fun SessionInfo(    name: String,     description: String? = null,     currentPath: String,     isAdminMenuEnabled: Boolean,     isRunningExperimental: Boolean,     ready: Boolean,     isUnloading: Boolean,     isCopyPastingEnabled: Boolean,     streamingInProgress: Boolean,     isServer: Boolean,     isPausable: Boolean,     gameDefinition: DefinitionId,     settings: SessionSettings,     camera: CameraController? = null)