dk.sdu.cloud.task.api.Speed

UCloud Developer Guide / Core / Communication / Tasks

Speed

data class Speed(
    val title: String,
    val speed: Double,
    val unit: String,
    val asText: String,
)
Properties

Last updated