WeeklyValidity

@Serializable
class WeeklyValidity(val days: Array<Int>) : ValidityDto

Constructors

Link copied to clipboard
constructor(days: Array<Int>)

Properties

Link copied to clipboard
val days: Array<Int>
Link copied to clipboard
open override val type: String