CustomPropertyPropertyValue

data class CustomPropertyPropertyValue(val propertyValue: String? = null, val propertyValueId: String? = null)

Constructors

Link copied to clipboard
constructor(propertyValue: String? = null, propertyValueId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val propertyValue: String? = null

The value of an attribute.

Link copied to clipboard
val propertyValueId: String? = null

The value of an attribute id.