Dashboard Decimal Parameter Declaration Args
data class DashboardDecimalParameterDeclarationArgs(val defaultValues: Output<DashboardDecimalDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<DashboardParameterValueType>, val valueWhenUnset: Output<DashboardDecimalValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<DashboardDecimalParameterDeclarationArgs>
Constructors
Link copied to clipboard
fun DashboardDecimalParameterDeclarationArgs(defaultValues: Output<DashboardDecimalDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<DashboardParameterValueType>, valueWhenUnset: Output<DashboardDecimalValueWhenUnsetConfigurationArgs>? = null)