TopicCalculatedFieldArgs

data class TopicCalculatedFieldArgs(val aggregation: Output<TopicDefaultAggregation>? = null, val allowedAggregations: Output<List<TopicAuthorSpecifiedAggregation>>? = null, val calculatedFieldDescription: Output<String>? = null, val calculatedFieldName: Output<String>, val calculatedFieldSynonyms: Output<List<String>>? = null, val cellValueSynonyms: Output<List<TopicCellValueSynonymArgs>>? = null, val columnDataRole: Output<TopicColumnDataRole>? = null, val comparativeOrder: Output<TopicComparativeOrderArgs>? = null, val defaultFormatting: Output<TopicDefaultFormattingArgs>? = null, val expression: Output<String>, 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<TopicCalculatedFieldArgs>

Constructors

Link copied to clipboard
fun TopicCalculatedFieldArgs(aggregation: Output<TopicDefaultAggregation>? = null, allowedAggregations: Output<List<TopicAuthorSpecifiedAggregation>>? = null, calculatedFieldDescription: Output<String>? = null, calculatedFieldName: Output<String>, calculatedFieldSynonyms: Output<List<String>>? = null, cellValueSynonyms: Output<List<TopicCellValueSynonymArgs>>? = null, columnDataRole: Output<TopicColumnDataRole>? = null, comparativeOrder: Output<TopicComparativeOrderArgs>? = null, defaultFormatting: Output<TopicDefaultFormattingArgs>? = null, expression: Output<String>, 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)

Functions

Link copied to clipboard
open override fun toJava(): TopicCalculatedFieldArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val calculatedFieldDescription: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val calculatedFieldSynonyms: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val columnDataRole: Output<TopicColumnDataRole>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val expression: Output<String>
Link copied to clipboard
val isIncludedInTopic: Output<Boolean>? = null
Link copied to clipboard
val neverAggregateInFilter: Output<Boolean>? = null
Link copied to clipboard
val nonAdditive: Output<Boolean>? = null
Link copied to clipboard
val semanticType: Output<TopicSemanticTypeArgs>? = null
Link copied to clipboard