CompensationInfoArgs

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

Job compensation details.

Constructors

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

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.

Functions

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