addOnAttributes

@JvmName(name = "xvgtuwuwfktkeplu")
suspend fun addOnAttributes(value: Output<Map<String, String>>)
@JvmName(name = "cucjsbwqhbeyybdy")
suspend fun addOnAttributes(value: Map<String, String>?)

Parameters

value

The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload.


@JvmName(name = "osjmvrqagormavod")
fun addOnAttributes(vararg values: Pair<String, String>)

Parameters

values

The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload.