CanaryTimeline

This structure contains information about when the canary was created and modified.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the canary was created.

Link copied to clipboard

The date and time the canary was most recently modified.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: CanaryTimeline.Builder.() -> Unit = {}): CanaryTimeline
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String