CanaryTimeline

data class CanaryTimeline(val created: String? = null, val lastModified: String? = null, val lastStarted: String? = null, val lastStopped: String? = null)

Constructors

Link copied to clipboard
constructor(created: String? = null, lastModified: String? = null, lastStarted: String? = null, lastStopped: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: String? = null

Date and time the canary was created.

Link copied to clipboard
val lastModified: String? = null

Date and time the canary was most recently modified.

Link copied to clipboard
val lastStarted: String? = null

Date and time that the canary's most recent run started.

Link copied to clipboard
val lastStopped: String? = null

Date and time that the canary's most recent run ended.