GetTaskSetResult

data class GetTaskSetResult(val id: String? = null, val scale: TaskSetScale? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, scale: TaskSetScale? = null, tags: List<Tag>? = 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.

Link copied to clipboard
val tags: List<Tag>? = null

The metadata that you apply to the task set to help you categorize and organize them. Each tag consists of a key and an optional value. You define both. The following basic restrictions apply to tags: