addOnAttributes

@JvmName(name = "gxsplxtgefgmcukq")
suspend fun addOnAttributes(value: Output<Map<String, String>>)
@JvmName(name = "xchkbusjxtvojbsr")
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 = "enpcqwsmvysxhsmu")
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.