Template Destination Parameter Value Configuration
data class TemplateDestinationParameterValueConfiguration(val customValuesConfiguration: TemplateCustomValuesConfiguration? = null, val selectAllValueOptions: TemplateSelectAllValueOptions? = null, val sourceColumn: TemplateColumnIdentifier? = null, val sourceField: String? = null, val sourceParameterName: String? = null)
Constructors
Link copied to clipboard
fun TemplateDestinationParameterValueConfiguration(customValuesConfiguration: TemplateCustomValuesConfiguration? = null, selectAllValueOptions: TemplateSelectAllValueOptions? = null, sourceColumn: TemplateColumnIdentifier? = null, sourceField: String? = null, sourceParameterName: String? = null)