TemplateDestinationParameterValueConfiguration

data class TemplateDestinationParameterValueConfiguration(val customValuesConfiguration: TemplateCustomValuesConfiguration? = null, val selectAllValueOptions: TemplateSelectAllValueOptions? = null, val sourceColumn: TemplateColumnIdentifier? = null, val sourceField: String? = null, val sourceParameterName: String? = null)

Constructors

constructor(customValuesConfiguration: TemplateCustomValuesConfiguration? = null, selectAllValueOptions: TemplateSelectAllValueOptions? = null, sourceColumn: TemplateColumnIdentifier? = null, sourceField: String? = null, sourceParameterName: String? = null)

Types

Link copied to clipboard
object Companion

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

A column of a data set.

Link copied to clipboard
val sourceField: String? = null

The source field ID of the destination parameter.

Link copied to clipboard

The source parameter name of the destination parameter.