employmentTypes

@JvmName(name = "gwnmsqssbamrbafd")
suspend fun employmentTypes(value: Output<List<JobEmploymentTypesItem>>)
@JvmName(name = "rauhwpnymaufcjkf")
suspend fun employmentTypes(value: List<JobEmploymentTypesItem>?)

Parameters

value

The employment type(s) of a job, for example, full time or part time.


@JvmName(name = "xgtnmgkayuomfdvw")
suspend fun employmentTypes(vararg values: Output<JobEmploymentTypesItem>)


@JvmName(name = "tnarkaovgdtguneg")
suspend fun employmentTypes(values: List<Output<JobEmploymentTypesItem>>)
@JvmName(name = "cdxqpmauhkulymem")
suspend fun employmentTypes(vararg values: JobEmploymentTypesItem)

Parameters

values

The employment type(s) of a job, for example, full time or part time.