DashboardDestinationParameterValueConfiguration

data class DashboardDestinationParameterValueConfiguration(val customValuesConfiguration: DashboardCustomValuesConfiguration? = null, val selectAllValueOptions: DashboardSelectAllValueOptions? = null, val sourceColumn: DashboardColumnIdentifier? = null, val sourceField: String? = null, val sourceParameterName: String? = null)

Constructors

constructor(customValuesConfiguration: DashboardCustomValuesConfiguration? = null, selectAllValueOptions: DashboardSelectAllValueOptions? = null, sourceColumn: DashboardColumnIdentifier? = 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
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.