ServerVariable

fun ServerVariable(    enum: Set<String>,     default: String,     description: String?)

Parameters

enum

An enumeration of string values to be used if the substitution options are from a limited set. The array MUST NOT be empty.

default

The default value to use for substitution, which SHALL be sent if an alternate value is not supplied.

description

An optional description for the server variable.