Dashboard Filter Operation Selected Fields Configuration
data class DashboardFilterOperationSelectedFieldsConfiguration(val selectedColumns: List<DashboardColumnIdentifier>? = null, val selectedFieldOptions: DashboardSelectedFieldOptions? = null, val selectedFields: List<String>? = null)
Constructors
Link copied to clipboard
constructor(selectedColumns: List<DashboardColumnIdentifier>? = null, selectedFieldOptions: DashboardSelectedFieldOptions? = null, selectedFields: List<String>? = null)
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
Chooses the fields that are filtered in CustomActionFilterOperation
.