entries

@JvmName(name = "vclepdytygmdbgvm")
suspend fun entries(value: Output<List<CompensationEntryArgs>>)
@JvmName(name = "vndolohbpmtyaqks")
suspend fun entries(value: List<CompensationEntryArgs>?)

Parameters

value

Optional. Job compensation information. At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as ** base compensation entry ** for the job.


@JvmName(name = "xabieqtsfxtpfmwj")
suspend fun entries(vararg values: Output<CompensationEntryArgs>)


@JvmName(name = "dksluycjhdlwggub")
suspend fun entries(values: List<Output<CompensationEntryArgs>>)
@JvmName(name = "jfcobgsbnhvxmjta")
suspend fun entries(vararg values: CompensationEntryArgs)

Parameters

values

Optional. Job compensation information. At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as ** base compensation entry ** for the job.


@JvmName(name = "pounriqtyrgsuffs")
suspend fun entries(argument: List<suspend CompensationEntryArgsBuilder.() -> Unit>)
@JvmName(name = "xkxwgsslcpedgvne")
suspend fun entries(vararg argument: suspend CompensationEntryArgsBuilder.() -> Unit)
@JvmName(name = "ynhajtaguchcenra")
suspend fun entries(argument: suspend CompensationEntryArgsBuilder.() -> Unit)

Parameters

argument

Optional. Job compensation information. At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as ** base compensation entry ** for the job.