CompensationInfoArgs

data class CompensationInfoArgs(val entries: Output<List<CompensationEntryArgs>>? = null) : ConvertibleToJava<CompensationInfoArgs>

Job compensation details.

Constructors

Link copied to clipboard
fun CompensationInfoArgs(entries: Output<List<CompensationEntryArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CompensationInfoArgs

Properties

Link copied to clipboard
val entries: Output<List<CompensationEntryArgs>>? = null

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