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

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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.