Variable

data class Variable(val name: String, val value: AvailObject)

Helper for capturing values and labels for the variables list view.

Constructors

Link copied to clipboard
fun Variable(name: String, value: AvailObject)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val presentationString: String
Link copied to clipboard
val value: AvailObject