GetTaskSetResult

data class GetTaskSetResult(val id: String? = null, val scale: TaskSetScale? = null)

Constructors

Link copied to clipboard
fun GetTaskSetResult(id: String? = null, scale: TaskSetScale? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the task set.

Link copied to clipboard
val scale: TaskSetScale? = null

A floating-point percentage of the desired number of tasks to place and keep running in the task set.