SasTrailServiceTrail

data class SasTrailServiceTrail(val config: String? = null, val updateTime: Int? = null)

Constructors

Link copied to clipboard
constructor(config: String? = null, updateTime: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val config: String? = null

Service tracking on status. The value is:

Link copied to clipboard
val updateTime: Int? = null

The timestamp of the last service update. Unit: milliseconds.