DashboardStringParameterDeclaration

data class DashboardStringParameterDeclaration(val defaultValues: DashboardStringDefaultValues? = null, val mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, val name: String, val parameterValueType: DashboardParameterValueType, val valueWhenUnset: DashboardStringValueWhenUnsetConfiguration? = null)

Constructors

Link copied to clipboard
constructor(defaultValues: DashboardStringDefaultValues? = null, mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, name: String, parameterValueType: DashboardParameterValueType, valueWhenUnset: DashboardStringValueWhenUnsetConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

Link copied to clipboard

The name of the parameter that is being declared.

Link copied to clipboard

The value type determines whether the parameter is a single-value or multi-value parameter.

Link copied to clipboard

The configuration that defines the default value of a String parameter when a value has not been set.