JobEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
Attributes |
|
---|---|
Name | Description |
type_ |
google.cloud.talent_v4.types.JobEvent.JobEventType
Required. The type of the event (see JobEventType). |
jobs |
MutableSequence[str]
Required. The [job name(s)][google.cloud.talent.v4.Job.name] 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. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for example, "projects/foo/tenants/bar/jobs/baz". |
Classes
JobEventType
JobEventType(value)
An enumeration of an event attributed to the behavior of the end user, such as a job seeker.