GetHybridMonitorDatasDataValue

data class GetHybridMonitorDatasDataValue(val ts: String, val value: String)

Constructors

Link copied to clipboard
constructor(ts: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ts: String

The timestamp that indicates the time when the metric value is collected. Unit: seconds.

Link copied to clipboard

The value of the monitoring indicator.