structData

@JvmName(name = "fjegjwnydunbqulo")
suspend fun structData(value: Output<Map<String, String>>)
@JvmName(name = "pwpiyfayaavuiuvv")
suspend fun structData(value: Map<String, String>?)

Parameters

value

The structured JSON data for the document. It should conform to the registered Schema.schema or an INVALID_ARGUMENT error is thrown.


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

Parameters

values

The structured JSON data for the document. It should conform to the registered Schema.schema or an INVALID_ARGUMENT error is thrown.