Code

@Serializable
data class Code(val id: Long? = null, val name: String? = null, val new: Boolean? = null, val systemDefined: Boolean? = null, val propertyValues: Set<CodeValue>? = null)

Parameters

id
name
new
systemDefined
propertyValues

Constructors

Link copied to clipboard
constructor(id: Long? = null, name: String? = null, new: Boolean? = null, systemDefined: Boolean? = null, propertyValues: Set<CodeValue>? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val systemDefined: Boolean? = null