DataAccessorDocumentAttribute

data class DataAccessorDocumentAttribute(val name: String, val value: Any)

Constructors

Link copied to clipboard
constructor(name: String, value: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for the attribute.

Link copied to clipboard
val value: Any

The value of the attribute.