RawInterval

@Serializable
data class RawInterval(val type: RawInterval.IntervalType, val minutes: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(type: RawInterval.IntervalType, minutes: Int? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val minutes: Int?
Link copied to clipboard
@SerialName(value = "type")
val type: RawInterval.IntervalType