recipients

@JvmName(name = "hbpsqnopeossshks")
suspend fun recipients(value: Output<List<String>>)
@JvmName(name = "kpkdokwprqfdocis")
suspend fun recipients(value: List<String>?)

Parameters

value

Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.


@JvmName(name = "pdjofeyivbqtbteh")
suspend fun recipients(vararg values: Output<String>)


@JvmName(name = "bshkmlwrltqmkgyp")
suspend fun recipients(values: List<Output<String>>)
@JvmName(name = "ggdxepkmdvbwdtmx")
suspend fun recipients(vararg values: String)

Parameters

values

Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.