Topic Calculated Field Args
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)