Topic Column
data class TopicColumn(val aggregation: TopicDefaultAggregation? = null, val allowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, val cellValueSynonyms: List<TopicCellValueSynonym>? = null, val columnDataRole: TopicColumnDataRole? = null, val columnDescription: String? = null, val columnFriendlyName: String? = null, val columnName: String, val columnSynonyms: List<String>? = null, val comparativeOrder: TopicComparativeOrder? = null, val defaultFormatting: TopicDefaultFormatting? = null, 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 TopicColumn(aggregation: TopicDefaultAggregation? = null, allowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, cellValueSynonyms: List<TopicCellValueSynonym>? = null, columnDataRole: TopicColumnDataRole? = null, columnDescription: String? = null, columnFriendlyName: String? = null, columnName: String, columnSynonyms: List<String>? = null, comparativeOrder: TopicComparativeOrder? = null, defaultFormatting: TopicDefaultFormatting? = null, isIncludedInTopic: Boolean? = null, neverAggregateInFilter: Boolean? = null, nonAdditive: Boolean? = null, notAllowedAggregations: List<TopicAuthorSpecifiedAggregation>? = null, semanticType: TopicSemanticType? = null, timeGranularity: TopicTimeGranularity? = null)