DashboardFilterOperationSelectedFieldsConfiguration

data class DashboardFilterOperationSelectedFieldsConfiguration(val selectedColumns: List<DashboardColumnIdentifier>? = null, val selectedFieldOptions: DashboardSelectedFieldOptions? = null, val selectedFields: List<String>? = null)

Constructors

constructor(selectedColumns: List<DashboardColumnIdentifier>? = null, selectedFieldOptions: DashboardSelectedFieldOptions? = null, selectedFields: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The selected columns of a dataset.

Link copied to clipboard

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation . Valid values are defined as follows:

Link copied to clipboard
val selectedFields: List<String>? = null

Chooses the fields that are filtered in CustomActionFilterOperation .