Package-level declarations

Types

Link copied to clipboard
data class ApplicationInfoArgs(val emails: Output<List<String>>? = null, val instruction: Output<String>? = null, val uris: Output<List<String>>? = null) : ConvertibleToJava<ApplicationInfoArgs>

Application related details of a job posting.

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
data class CompensationInfoArgs(val entries: Output<List<CompensationEntryArgs>>? = null) : ConvertibleToJava<CompensationInfoArgs>

Job compensation details.

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
data class GetCompanyPlainArgs(val companyId: String, val project: String? = null, val tenantId: String) : ConvertibleToJava<GetCompanyPlainArgs>
Link copied to clipboard
data class GetJobPlainArgs(val jobId: String, val project: String? = null, val tenantId: String) : ConvertibleToJava<GetJobPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetTenantPlainArgs(val project: String? = null, val tenantId: String) : ConvertibleToJava<GetTenantPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class MoneyArgs(val currencyCode: Output<String>? = null, val nanos: Output<Int>? = null, val units: Output<String>? = null) : ConvertibleToJava<MoneyArgs>

Represents an amount of money with its currency type.

Link copied to clipboard

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.