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
constructor(defaultValues: DashboardIntegerDefaultValues? = null, mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, name: String, parameterValueType: DashboardParameterValueType, valueWhenUnset: DashboardIntegerValueWhenUnsetConfiguration? = null)
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
Link copied to clipboard
The value type determines whether the parameter is a single-value or multi-value parameter.
Link copied to clipboard
A parameter declaration for the Integer
data type.