Dashboard Destination Parameter Value Configuration
data class DashboardDestinationParameterValueConfiguration(val customValuesConfiguration: DashboardCustomValuesConfiguration? = null, val selectAllValueOptions: DashboardSelectAllValueOptions? = null, val sourceColumn: DashboardColumnIdentifier? = null, val sourceField: String? = null, val sourceParameterName: String? = null)
Constructors
Link copied to clipboard
constructor(customValuesConfiguration: DashboardCustomValuesConfiguration? = null, selectAllValueOptions: DashboardSelectAllValueOptions? = null, sourceColumn: DashboardColumnIdentifier? = 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
A column of a data set.
Link copied to clipboard
The source field ID of the destination parameter.
Link copied to clipboard
The source parameter name of the destination parameter.