IndexValueImportanceItemArgs

data class IndexValueImportanceItemArgs(val key: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<IndexValueImportanceItemArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<Int>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null
Link copied to clipboard
val value: Output<Int>? = null

Functions

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