Topic Comparative Order Args
data class TopicComparativeOrderArgs(val specifedOrder: Output<List<String>>? = null, val treatUndefinedSpecifiedValues: Output<TopicUndefinedSpecifiedValueType>? = null, val useOrdering: Output<TopicColumnOrderingType>? = null) : ConvertibleToJava<TopicComparativeOrderArgs>
Constructors
Link copied to clipboard
fun TopicComparativeOrderArgs(specifedOrder: Output<List<String>>? = null, treatUndefinedSpecifiedValues: Output<TopicUndefinedSpecifiedValueType>? = null, useOrdering: Output<TopicColumnOrderingType>? = null)