DatasetAttributesItemProperties

data class DatasetAttributesItemProperties(val attributeName: String? = null, val attributeType: DatasetAttributesItemPropertiesAttributeType? = null)

Constructors

Link copied to clipboard
constructor(attributeName: String? = null, attributeType: DatasetAttributesItemPropertiesAttributeType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeName: String? = null

Name of the dataset field

Link copied to clipboard