entries

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

Parameters

value

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 = "xbfqmanlvvunnwbd")
suspend fun entries(vararg values: Output<CompensationEntryArgs>)


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

Parameters

values

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 = "daejbtefbytidtgw")
suspend fun entries(argument: List<suspend CompensationEntryArgsBuilder.() -> Unit>)
@JvmName(name = "gkdqdxyamdxnfyfl")
suspend fun entries(vararg argument: suspend CompensationEntryArgsBuilder.() -> Unit)
@JvmName(name = "moeddfdavktjamid")
suspend fun entries(argument: suspend CompensationEntryArgsBuilder.() -> Unit)

Parameters

argument

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