TemplateIntegerParameterDeclaration

data class TemplateIntegerParameterDeclaration(val defaultValues: TemplateIntegerDefaultValues? = null, val mappedDataSetParameters: List<TemplateMappedDataSetParameter>? = null, val name: String, val parameterValueType: TemplateParameterValueType, val valueWhenUnset: TemplateIntegerValueWhenUnsetConfiguration? = null)

Constructors

Link copied to clipboard
fun TemplateIntegerParameterDeclaration(defaultValues: TemplateIntegerDefaultValues? = null, mappedDataSetParameters: List<TemplateMappedDataSetParameter>? = null, name: String, parameterValueType: TemplateParameterValueType, valueWhenUnset: TemplateIntegerValueWhenUnsetConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard