EntityProperty

data class EntityProperty(val definition: EntityDefinition? = null, val value: EntityDataValue? = null)

An object that specifies information about a property.

Constructors

Link copied to clipboard
constructor(definition: EntityDefinition? = null, value: EntityDataValue? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of the property.

Link copied to clipboard
val value: EntityDataValue? = null

The value of the property.