emailList

@JvmName(name = "mqcuwjbsgqrfumte")
suspend fun emailList(value: Output<List<String>>)
@JvmName(name = "ygrwpepcgjmbfbfh")
suspend fun emailList(value: List<String>)

Parameters

value

List of Email-ids to be notified about job progress.


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


@JvmName(name = "foegefatrxhfavof")
suspend fun emailList(values: List<Output<String>>)
@JvmName(name = "kkhopbhmpjknfleh")
suspend fun emailList(vararg values: String)

Parameters

values

List of Email-ids to be notified about job progress.