Dashboard Integer Parameter Declaration Args
data class DashboardIntegerParameterDeclarationArgs(val defaultValues: Output<DashboardIntegerDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<DashboardParameterValueType>, val valueWhenUnset: Output<DashboardIntegerValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<DashboardIntegerParameterDeclarationArgs>
Constructors
Link copied to clipboard
constructor(defaultValues: Output<DashboardIntegerDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<DashboardParameterValueType>, valueWhenUnset: Output<DashboardIntegerValueWhenUnsetConfigurationArgs>? = 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.