employmentTypes

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

Parameters

value

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


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


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

Parameters

values

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