EntityPropertyGroup

data class EntityPropertyGroup(val groupType: EntityPropertyGroupGroupType? = null, val propertyNames: List<String>? = null)

An object that specifies information about a property group.

Constructors

Link copied to clipboard
constructor(groupType: EntityPropertyGroupGroupType? = null, propertyNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of property group.

Link copied to clipboard
val propertyNames: List<String>? = null

The list of property names in the property group.