TopicCalculatedField

constructor(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, disableIndexing: Boolean? = null, expression: String, isIncludedInTopic: Boolean? = null, neverAggregateInFilter: Boolean? = null, nonAdditive: Boolean? = null, notAllowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, semanticType: TopicSemanticType? = null, timeGranularity: TopicTimeGranularity? = null)