PatchLevel

data class PatchLevel(val year: Int, val month: Int)

Nomen est omen

Constructors

Link copied to clipboard
constructor(year: Int, month: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int