PerfDataSettingsResponse

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

Data model of Performance Data Settings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets percentile utilization for performance data.

Link copied to clipboard
val perfDataEndTime: String? = null

Gets or sets perf data end time.

Link copied to clipboard

Gets or sets perf data start time.

Link copied to clipboard

Gets perf data time range.