TopicColumn

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val columnSynonyms: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nonAdditive: Boolean? = null
Link copied to clipboard
Link copied to clipboard