Analysis Filter Operation Selected Fields Configuration
data class AnalysisFilterOperationSelectedFieldsConfiguration(val selectedColumns: List<AnalysisColumnIdentifier>? = null, val selectedFieldOptions: AnalysisSelectedFieldOptions? = null, val selectedFields: List<String>? = null)
Constructors
Link copied to clipboard
constructor(selectedColumns: List<AnalysisColumnIdentifier>? = null, selectedFieldOptions: AnalysisSelectedFieldOptions? = 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
.