Topic Column Args
data class TopicColumnArgs(val aggregation: Output<TopicDefaultAggregation>? = null, val allowedAggregations: Output<List<TopicAuthorSpecifiedAggregation>>? = null, val cellValueSynonyms: Output<List<TopicCellValueSynonymArgs>>? = null, val columnDataRole: Output<TopicColumnDataRole>? = null, val columnDescription: Output<String>? = null, val columnFriendlyName: Output<String>? = null, val columnName: Output<String>, val columnSynonyms: Output<List<String>>? = null, val comparativeOrder: Output<TopicComparativeOrderArgs>? = null, val defaultFormatting: Output<TopicDefaultFormattingArgs>? = null, val isIncludedInTopic: Output<Boolean>? = null, val neverAggregateInFilter: Output<Boolean>? = null, val nonAdditive: Output<Boolean>? = null, val notAllowedAggregations: Output<List<TopicAuthorSpecifiedAggregation>>? = null, val semanticType: Output<TopicSemanticTypeArgs>? = null, val timeGranularity: Output<TopicTimeGranularity>? = null) : ConvertibleToJava<TopicColumnArgs>
Constructors
Link copied to clipboard
fun TopicColumnArgs(aggregation: Output<TopicDefaultAggregation>? = null, allowedAggregations: Output<List<TopicAuthorSpecifiedAggregation>>? = null, cellValueSynonyms: Output<List<TopicCellValueSynonymArgs>>? = null, columnDataRole: Output<TopicColumnDataRole>? = null, columnDescription: Output<String>? = null, columnFriendlyName: Output<String>? = null, columnName: Output<String>, columnSynonyms: Output<List<String>>? = null, comparativeOrder: Output<TopicComparativeOrderArgs>? = null, defaultFormatting: Output<TopicDefaultFormattingArgs>? = null, isIncludedInTopic: Output<Boolean>? = null, neverAggregateInFilter: Output<Boolean>? = null, nonAdditive: Output<Boolean>? = null, notAllowedAggregations: Output<List<TopicAuthorSpecifiedAggregation>>? = null, semanticType: Output<TopicSemanticTypeArgs>? = null, timeGranularity: Output<TopicTimeGranularity>? = null)