ComputingTimes

@Serializable
data class ComputingTimes(val loading: Int? = null, val solving: Int? = null, val routing: Int? = null)

Constructors

Link copied to clipboard
constructor(loading: Int? = null, solving: Int? = null, routing: Int? = null)

Properties

Link copied to clipboard
val loading: Int? = null
Link copied to clipboard
val routing: Int? = null
Link copied to clipboard
val solving: Int? = null