DailyRuns

@Serializable
data class DailyRuns(val currentDayStamp: Int? = null, val completedRunsCount: Int? = null)

Constructors

Link copied to clipboard
constructor(currentDayStamp: Int? = null, completedRunsCount: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "completed_runs_count")
val completedRunsCount: Int? = null
Link copied to clipboard
@SerialName(value = "current_day_stamp")
val currentDayStamp: Int? = null