Attribute

data class Attribute(name: String, value: Any, attributeType: AttributeType)

Author

Umang Chamaria Date: 2020/12/01

Constructors

Attribute
Link copied to clipboard
fun Attribute(name: String, value: Any, attributeType: AttributeType)

Properties

attributeType
Link copied to clipboard
val attributeType: AttributeType
name
Link copied to clipboard
val name: String
value
Link copied to clipboard
val value: Any