structData

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