Auxiliary

@JsonClass(generateAdapter = true)
data class Auxiliary(    val _id: String?,     val name: String?,     val uid: String?)

Models a auxiliary used in targeting a piece of content.

Constructors

Link copied to clipboard
fun Auxiliary(    _id: String?,     name: String?,     uid: String?)

Properties

Link copied to clipboard
val _id: String?

The unique identifier for this auxiliary.

Link copied to clipboard
val name: String?

The general name for this auxiliary.

Link copied to clipboard
val uid: String?

A short identifier for this auxiliary. Usually used in cases where a long form id cannot work.