DashboardIntegerParameterDeclaration

data class DashboardIntegerParameterDeclaration(val defaultValues: DashboardIntegerDefaultValues? = null, val mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, val name: String, val parameterValueType: DashboardParameterValueType, val valueWhenUnset: DashboardIntegerValueWhenUnsetConfiguration? = null)

Constructors

Link copied to clipboard
fun DashboardIntegerParameterDeclaration(defaultValues: DashboardIntegerDefaultValues? = null, mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, name: String, parameterValueType: DashboardParameterValueType, valueWhenUnset: DashboardIntegerValueWhenUnsetConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard