PerformanceTarget

An object that represents the price performance target settings for the workgroup.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: Int?

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.

Functions

Link copied to clipboard
inline fun copy(block: PerformanceTarget.Builder.() -> Unit = {}): PerformanceTarget
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String