QueryParamListValue

Denotes a query parameter value that is a list of values.

Parameters

T

The type of the list elements.

Properties

Link copied to clipboard
open val separator: String

The separator to use when joining the list elements into a single string.

Link copied to clipboard
open override val value: String

The value of the query parameter.

Link copied to clipboard
abstract val values: List<T>

The list of values.