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
constructor(customValuesConfiguration: TemplateCustomValuesConfiguration? = null, selectAllValueOptions: TemplateSelectAllValueOptions? = null, sourceColumn: TemplateColumnIdentifier? = null, sourceField: String? = null, sourceParameterName: String? = null)
Properties
Link copied to clipboard
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration
.
Link copied to clipboard
The configuration that selects all options.
Link copied to clipboard
Link copied to clipboard
The source field ID of the destination parameter.
Link copied to clipboard
The source parameter name of the destination parameter.