Required. The [job name(s)][google.cloud.talent.v4.Job.name] associated with this event.
For example, if this is an [impression][google.cloud.talent.v4.JobEvent.JobEventType.IMPRESSION] event,
this field contains the identifiers of all jobs shown to the job seeker.
If this was a [view][google.cloud.talent.v4.JobEvent.JobEventType.VIEW] event, this field contains the
identifier of the viewed job.
The format is
"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for
example, "projects/foo/tenants/bar/jobs/baz".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document outlines the `JobEvent` class, which is designed to track interactions between job seekers and the Cloud Talent Solution."],["The `JobEvent` class has been implemented across multiple versions, ranging from 1.0.0 to the latest version 2.7.0, with the latest version being the one currently in use."],["The `JobEvent` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each one containing certain properties and methods."],["The `JobEvent` class includes two constructors: a default constructor `JobEvent()` and one that takes another `JobEvent` instance as a parameter for initialization."],["Key properties of the `JobEvent` class are `Jobs`, which stores the job names associated with the event, and `Type`, which specifies the nature of the job event, such as whether it's an impression or a view."]]],[]]