headers

@JvmName(name = "etfmgfwybswhtlqc")
suspend fun headers(value: Output<Map<String, Any>>)
@JvmName(name = "qcerxdbjgacpkkbh")
suspend fun headers(value: Map<String, Any>?)

Parameters

value

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).


@JvmName(name = "gyfstmenscwepgxx")
fun headers(vararg values: Pair<String, Any>)

Parameters

values

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).