OsPatchLevel
data class OsPatchLevel(val year: UShort, val month: Month) : AuthorizationList.IntEncodable(source)
OS patch level as year and month, encoded as year * 100 + month as per the schema.
OS patch level as year and month, encoded as year * 100 + month as per the schema.