JobDerivedInfoResponse

data class JobDerivedInfoResponse(val jobCategories: List<String>, val locations: List<LocationResponse>)

Derived details about the job posting.

Constructors

Link copied to clipboard
fun JobDerivedInfoResponse(jobCategories: List<String>, locations: List<LocationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Job categories derived from Job.title and Job.description.

Link copied to clipboard

Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.