SchemaProperty

data class SchemaProperty(val name: String, val valueType: String, val inherited: Boolean)

Key-value pair defining a node property and if the property was inherited from a parent node entity type or newly introduced in this node entity.

Constructors

Link copied to clipboard
constructor(name: String, valueType: String, inherited: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard