ReferenceDataSetKeyPropertyResponse

data class ReferenceDataSetKeyPropertyResponse(val name: String? = null, val type: String? = null)

A key property for the reference data set. A reference data set can have multiple key properties.

Constructors

Link copied to clipboard
constructor(name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the key property.

Link copied to clipboard
val type: String? = null

The type of the key property.