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
fun DashboardIntegerParameterDeclarationArgs(defaultValues: Output<DashboardIntegerDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<DashboardParameterValueType>, valueWhenUnset: Output<DashboardIntegerValueWhenUnsetConfigurationArgs>? = null)