structData

@JvmName(name = "cybqvdjatqmjqdss")
suspend fun structData(value: Output<Map<String, String>>)
@JvmName(name = "rxqjoysncxoapvvw")
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 = "stblggtvwmrrenmb")
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.