options

@JvmName(name = "dlwmuwirrmqgrykx")
suspend fun options(value: Output<Map<String, String>>)
@JvmName(name = "wbrbrbnfjsqxkyrb")
suspend fun options(value: Map<String, String>?)

Parameters

value

A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request.


@JvmName(name = "bhtfkkejpwbykhqd")
fun options(vararg values: Pair<String, String>)

Parameters

values

A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request.