google_api_jobs v0.9.0 GoogleApi.Jobs.V3.Model.JobEvent 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.