Timestamps

@Serializable
data class Timestamps(val startEpochMilli: Long? = null, val endEpochMilli: Long? = null)(source)

Constructors

Link copied to clipboard
constructor(startEpochMilli: Long? = null, endEpochMilli: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "end")
val endEpochMilli: Long? = null
Link copied to clipboard
@SerialName(value = "start")
val startEpochMilli: Long? = null