Package-level declarations
Types
Link copied to clipboard
                Link copied to clipboard
                Builder for ApplicationInfoArgs.
Link copied to clipboard
                data class CompensationEntryArgs(val amount: Output<MoneyArgs>? = null, val description: Output<String>? = null, val expectedUnitsPerYear: Output<Double>? = null, val range: Output<CompensationRangeArgs>? = null, val type: Output<CompensationEntryType>? = null, val unit: Output<CompensationEntryUnit>? = null) : ConvertibleToJava<CompensationEntryArgs> 
A compensation entry that represents one component of compensation, such as base pay, bonus, or other compensation type. Annualization: One compensation entry can be annualized if - it contains valid amount or range. - and its expected_units_per_year is set or can be derived. Its annualized range is determined as (amount or range) times expected_units_per_year.
Link copied to clipboard
                Builder for CompensationEntryArgs.
Link copied to clipboard
                data class CompensationInfoArgs(val entries: Output<List<CompensationEntryArgs>>? = null) : ConvertibleToJava<CompensationInfoArgs> 
Job compensation details.
Link copied to clipboard
                Builder for CompensationInfoArgs.
Link copied to clipboard
                data class CompensationRangeArgs(val maxCompensation: Output<MoneyArgs>? = null, val minCompensation: Output<MoneyArgs>? = null) : ConvertibleToJava<CompensationRangeArgs> 
Compensation range.
Link copied to clipboard
                Builder for CompensationRangeArgs.
Link copied to clipboard
                data class GetCompanyPlainArgs(val companyId: String, val project: String? = null, val tenantId: String) : ConvertibleToJava<GetCompanyPlainArgs> 
Link copied to clipboard
                Builder for GetCompanyPlainArgs.
Link copied to clipboard
                data class GetJobPlainArgs(val jobId: String, val project: String? = null, val tenantId: String) : ConvertibleToJava<GetJobPlainArgs> 
Link copied to clipboard
                class GetJobPlainArgsBuilder
Builder for GetJobPlainArgs.
Link copied to clipboard
                data class GetTenantPlainArgs(val project: String? = null, val tenantId: String) : ConvertibleToJava<GetTenantPlainArgs> 
Link copied to clipboard
                Builder for GetTenantPlainArgs.
Link copied to clipboard
                class MoneyArgsBuilder
Builder for MoneyArgs.
Link copied to clipboard
                data class ProcessingOptionsArgs(val disableStreetAddressResolution: Output<Boolean>? = null, val htmlSanitization: Output<ProcessingOptionsHtmlSanitization>? = null) : ConvertibleToJava<ProcessingOptionsArgs> 
Options for job processing.
Link copied to clipboard
                Builder for ProcessingOptionsArgs.