emails

@JvmName(name = "qktxjpmfxohgpcgh")
suspend fun emails(value: Output<List<String>>)
@JvmName(name = "fbwbxehihhfyqhjs")
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 = "tgilnyxvykwfioam")
suspend fun emails(vararg values: Output<String>)


@JvmName(name = "lmmvbsydsaumeyjg")
suspend fun emails(values: List<Output<String>>)
@JvmName(name = "vvhsmfwvvlxinwjq")
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.