LoadingInfo

data class LoadingInfo(val startAt: Instant? = null, val endAt: Instant? = null, val failAt: Instant? = null)(source)

Constructors

Link copied to clipboard
constructor(startAt: Instant? = null, endAt: Instant? = null, failAt: Instant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard