emails

@JvmName(name = "vsuotucuyrwiuqqt")
suspend fun emails(value: Output<List<String>>)
@JvmName(name = "cnwxociqxopccixk")
suspend fun emails(value: List<String>?)

Parameters

value

Use this field to specify email address(es) to which resumes or applications can be sent. The maximum number of allowed characters for each entry is 255.


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


@JvmName(name = "maramfuaxdqrjvoe")
suspend fun emails(values: List<Output<String>>)
@JvmName(name = "fjiiotachlcfliel")
suspend fun emails(vararg values: String)

Parameters

values

Use this field to specify email address(es) to which resumes or applications can be sent. The maximum number of allowed characters for each entry is 255.