Dashboard Integer Parameter Declaration
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)