PerformanceDataResponse

data class PerformanceDataResponse(val percentile: String? = null, val perfDataEndTime: String? = null, val perfDataStartTime: String? = null, val timeRange: String? = null)

Performance data class.

Constructors

Link copied to clipboard
constructor(percentile: String? = null, perfDataEndTime: String? = null, perfDataStartTime: String? = null, timeRange: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val percentile: String? = null

Percentile of the utilization data values to be considered while assessing machines.

Link copied to clipboard
val perfDataEndTime: String? = null

Gets or sets the end time to consider performance data for assessment.

Link copied to clipboard

Gets or sets the start time to consider performance data for assessment.

Link copied to clipboard
val timeRange: String? = null

Time Range for which the historic utilization data should be considered for assessment.