GoogleApi.Jobs.V3.Model.JobEvent (google_api_jobs v0.15.0) View Source

An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

Attributes

  • jobs (type: list(String.t), default: nil) - Required. 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.
  • type (type: String.t, default: nil) - Required. The type of the event (see JobEventType).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V3.Model.JobEvent{jobs: [String.t()], type: String.t()}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.