TemplateIntegerParameterDeclarationArgs

data class TemplateIntegerParameterDeclarationArgs(val defaultValues: Output<TemplateIntegerDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<TemplateParameterValueType>, val valueWhenUnset: Output<TemplateIntegerValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<TemplateIntegerParameterDeclarationArgs>

Constructors

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

Functions

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

Properties

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