PatchLevel

@Immutable
data class PatchLevel(val yearMonth: YearMonth, val version: Int? = null)

Constructors

Link copied to clipboard
constructor(yearMonth: YearMonth, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val version: Int? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun toAsn1(): ASN1Encodable
Link copied to clipboard
open override fun toString(): String