Metric Target Patch
data class MetricTargetPatch(val averageUtilization: Int? = null, val averageValue: String? = null, val type: String? = null, val value: String? = null)
MetricTarget defines the target value, average value, or average utilization of a specific metric
Constructors
Link copied to clipboard
fun MetricTargetPatch(averageUtilization: Int? = null, averageValue: String? = null, type: String? = null, value: String? = null)