PropertyIdValue

data class PropertyIdValue(val value: MutableList<<Error class: unknown class><Int, Int?>>)

This value is either a single small positive integer or a pair of small positive integers separated by a dot. Multiple values may be encoded by separating the values with a comma ","

See also: RFC 6350 5.5

Constructors

Link copied to clipboard
constructor(id: Int)
constructor(firstId: Int, secondId: Int?)
constructor(vararg ids: <Error class: unknown class><Int, Int?>)
constructor(value: MutableList<<Error class: unknown class><Int, Int?>>)

Properties

Link copied to clipboard
val value: MutableList<<Error class: unknown class><Int, Int?>>

Functions

Link copied to clipboard