ReleaseDate

@Serializable
data class ReleaseDate(val year: Int, val month: Int?, val day: Int?)(source)

Constructors

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

Properties

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