batchInputs

@JvmName(name = "afxhiwrrxdktogdd")
suspend fun batchInputs(value: List<Map<String, String>>?)

Parameters

value

Specifies a list of items to be encoded in a single batch. If this parameter is set, the parameters 'value', 'transformation' and 'tweak' will be ignored. Each batch item within the list can specify these parameters instead.


@JvmName(name = "doryomcciyhasfgp")
suspend fun batchInputs(vararg values: Map<String, String>)

Parameters

values

Specifies a list of items to be encoded in a single batch. If this parameter is set, the parameters 'value', 'transformation' and 'tweak' will be ignored. Each batch item within the list can specify these parameters instead.