Property

data class Property(val owner: String?, val name: String, val values: Set<Query.Property.Type>)

A Property of the owner with the name and values.

Constructors

Link copied to clipboard
constructor(owner: String?, name: String, values: Set<Query.Property.Type>)

Types

Link copied to clipboard
sealed interface Type

A type of Property value.

Properties

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