structData

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