GoogleApi.Jobs.V4.Model.ClientEvent (google_api_jobs v0.17.0) View Source

An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.

Attributes

  • createTime (type: DateTime.t, default: nil) - Required. The timestamp of the event.
  • eventId (type: String.t, default: nil) - Required. A unique identifier, generated by the client application.
  • eventNotes (type: String.t, default: nil) - Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
  • jobEvent (type: GoogleApi.Jobs.V4.Model.JobEvent.t, default: nil) - An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
  • requestId (type: String.t, default: nil) - Strongly recommended for the best service experience. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V4.Model.ClientEvent{
  createTime: DateTime.t() | nil,
  eventId: String.t() | nil,
  eventNotes: String.t() | nil,
  jobEvent: GoogleApi.Jobs.V4.Model.JobEvent.t() | nil,
  requestId: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.