jobs property

List<String>? jobs
getter/setter pair

The job name(s) associated with this event.

For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.

Required.

Implementation

core.List<core.String>? jobs;