Class DerivedInfo (1.0.0)

DerivedInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Derived details about the job posting.

Attributes

NameDescription
locations Sequence[`.common.Location`]
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
job_categories Sequence[`.common.JobCategory`]
Job categories derived from Job.title and Job.description.

Inheritance

builtins.object > proto.message.Message > DerivedInfo