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
fun DashboardStringParameterDeclaration(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
Link copied to clipboard