CompensationEntryArgs

fun CompensationEntryArgs(amount: Output<MoneyArgs>? = null, description: Output<String>? = null, expectedUnitsPerYear: Output<Double>? = null, range: Output<CompensationRangeArgs>? = null, type: Output<CompensationEntryType>? = null, unit: Output<CompensationEntryUnit>? = null)