View Source GoogleApi.Jobs.V3.Model.MatchingJob (google_api_jobs v0.19.0)

Output only. Job entry with metadata inside SearchJobsResponse.

Attributes

  • commuteInfo (type: GoogleApi.Jobs.V3.Model.CommuteInfo.t, default: nil) - Commute information which is generated based on specified CommuteFilter.
  • job (type: GoogleApi.Jobs.V3.Model.Job.t, default: nil) - Job resource that matches the specified SearchJobsRequest.
  • jobSummary (type: String.t, default: nil) - A summary of the job with core information that's displayed on the search results listing page.
  • jobTitleSnippet (type: String.t, default: nil) - Contains snippets of text from the Job.job_title field most closely matching a search query's keywords, if available. The matching query keywords are enclosed in HTML bold tags.
  • searchTextSnippet (type: String.t, default: nil) - Contains snippets of text from the Job.description and similar fields that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V3.Model.MatchingJob{
  commuteInfo: GoogleApi.Jobs.V3.Model.CommuteInfo.t() | nil,
  job: GoogleApi.Jobs.V3.Model.Job.t() | nil,
  jobSummary: String.t() | nil,
  jobTitleSnippet: String.t() | nil,
  searchTextSnippet: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.