Variables

data class Variables(val values: List<KeyValues> = listOf())

A container for variables. (This is a simplified, but compatible version of the one in the PowerGoblin service)

Constructors

Link copied to clipboard
constructor(vararg values: <Error class: unknown class><SpecialVariable, List<String>>)
constructor(values: List<KeyValues> = listOf())

Properties

Link copied to clipboard