TemplateDecimalParameterDeclarationArgs

data class TemplateDecimalParameterDeclarationArgs(val defaultValues: Output<TemplateDecimalDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<TemplateParameterValueType>, val valueWhenUnset: Output<TemplateDecimalValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<TemplateDecimalParameterDeclarationArgs>

Constructors

Link copied to clipboard
fun TemplateDecimalParameterDeclarationArgs(defaultValues: Output<TemplateDecimalDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<TemplateParameterValueType>, valueWhenUnset: Output<TemplateDecimalValueWhenUnsetConfigurationArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TemplateDecimalParameterDeclarationArgs

Properties

Link copied to clipboard
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
Link copied to clipboard