body

@JvmName(name = "qyedtohmaharyttk")
suspend fun body(value: Output<String>)
@JvmName(name = "yptdpfrgocjcdjeh")
suspend fun body(value: String?)

Parameters

value

The name of the request field whose value is mapped to the HTTP request body, or * for mapping all request fields not captured by the path pattern to the HTTP body, or omitted for not having any HTTP request body. NOTE: the referred field must be present at the top-level of the request message type.