WorkgroupPerformanceTarget

data class WorkgroupPerformanceTarget(val level: Int? = null, val status: WorkgroupPerformanceTargetStatus? = null)

Constructors

Link copied to clipboard
constructor(level: Int? = null, status: WorkgroupPerformanceTargetStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: Int? = null

The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.

Link copied to clipboard

Whether the price performance target is enabled for the workgroup.