DataSetStringDatasetParameterDefaultValues

data class DataSetStringDatasetParameterDefaultValues(val staticValues: List<String>? = null)

The default values of a string parameter.

Constructors

constructor(staticValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val staticValues: List<String>? = null

A list of static default values for a given string parameter.