CanaryRunTimeline

This structure contains the start and end times of a single canary run.

Types

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

Properties

Link copied to clipboard

The end time of the run.

Link copied to clipboard

The time at which the metrics will be generated for this run or retries.

Link copied to clipboard

The start time of the run.

Functions

Link copied to clipboard
inline fun copy(block: CanaryRunTimeline.Builder.() -> Unit = {}): CanaryRunTimeline
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