TaskSetScale

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unit: String? = null

The unit of measure for the scale value. Default: PERCENT.

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. Defaults to 0 if not specified. Accepted values are numbers between 0.0 and 100.0.