TaskSetScale

data class TaskSetScale(val unit: TaskSetScaleUnit? = null, val value: Double? = null)

Constructors

Link copied to clipboard
constructor(unit: TaskSetScaleUnit? = null, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unit: TaskSetScaleUnit? = null

The unit of measure for the scale value.

Link copied to clipboard
val value: Double? = null

The value, specified as a percent total of a service's desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.