AScriptExtAttribute

data class AScriptExtAttribute(val attributeKey: String? = null, val attributeValue: String? = null)

Constructors

Link copied to clipboard
constructor(attributeKey: String? = null, attributeValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeKey: String? = null

Key to extend attribute

Link copied to clipboard
val attributeValue: String? = null

The value of the extended attribute