Topic Calculated Field
data class TopicCalculatedField(val aggregation: TopicDefaultAggregation? = null, val allowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, val calculatedFieldDescription: String? = null, val calculatedFieldName: String, val calculatedFieldSynonyms: List<String>? = null, val cellValueSynonyms: List<TopicCellValueSynonym>? = null, val columnDataRole: TopicColumnDataRole? = null, val comparativeOrder: TopicComparativeOrder? = null, val defaultFormatting: TopicDefaultFormatting? = null, val expression: String, val isIncludedInTopic: Boolean? = null, val neverAggregateInFilter: Boolean? = null, val nonAdditive: Boolean? = null, val notAllowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, val semanticType: TopicSemanticType? = null, val timeGranularity: TopicTimeGranularity? = null)
Constructors
Link copied to clipboard
fun TopicCalculatedField(aggregation: TopicDefaultAggregation? = null, allowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, calculatedFieldDescription: String? = null, calculatedFieldName: String, calculatedFieldSynonyms: List<String>? = null, cellValueSynonyms: List<TopicCellValueSynonym>? = null, columnDataRole: TopicColumnDataRole? = null, comparativeOrder: TopicComparativeOrder? = null, defaultFormatting: TopicDefaultFormatting? = null, expression: String, isIncludedInTopic: Boolean? = null, neverAggregateInFilter: Boolean? = null, nonAdditive: Boolean? = null, notAllowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, semanticType: TopicSemanticType? = null, timeGranularity: TopicTimeGranularity? = null)
Types
Properties
Link copied to clipboard