View Source GoogleApi.Jobs.V4.Model.SearchJobsResponse (google_api_jobs v0.20.0)
Response for SearchJob method.
Attributes
-
broadenedQueryJobsCount
(type:integer()
, default:nil
) - If query broadening is enabled, we may append additional results from the broadened query. This number indicates how many of the jobs returned in the jobs field are from the broadened query. These results are always at the end of the jobs list. In particular, a value of 0, or if the field isn't set, all the jobs in the jobs list are from the original (without broadening) query. If this field is non-zero, subsequent requests with offset after this result set should contain all broadened results. -
histogramQueryResults
(type:list(GoogleApi.Jobs.V4.Model.HistogramQueryResult.t)
, default:nil
) - The histogram results that match with specified SearchJobsRequest.histogram_queries. -
locationFilters
(type:list(GoogleApi.Jobs.V4.Model.Location.t)
, default:nil
) - The location filters that the service applied to the specified query. If any filters are lat-lng based, the Location.location_type is Location.LocationType.LOCATION_TYPE_UNSPECIFIED. -
matchingJobs
(type:list(GoogleApi.Jobs.V4.Model.MatchingJob.t)
, default:nil
) - The Job entities that match the specified SearchJobsRequest. -
metadata
(type:GoogleApi.Jobs.V4.Model.ResponseMetadata.t
, default:nil
) - Additional information for the API invocation, such as the request tracking id. -
nextPageToken
(type:String.t
, default:nil
) - The token that specifies the starting position of the next page of results. This field is empty if there are no more results. -
spellCorrection
(type:GoogleApi.Jobs.V4.Model.SpellingCorrection.t
, default:nil
) - The spell checking result, and correction. -
totalSize
(type:integer()
, default:nil
) - Number of jobs that match the specified query. Note: This size is precise only if the total is less than 100,000.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V4.Model.SearchJobsResponse{ broadenedQueryJobsCount: integer() | nil, histogramQueryResults: [GoogleApi.Jobs.V4.Model.HistogramQueryResult.t()] | nil, locationFilters: [GoogleApi.Jobs.V4.Model.Location.t()] | nil, matchingJobs: [GoogleApi.Jobs.V4.Model.MatchingJob.t()] | nil, metadata: GoogleApi.Jobs.V4.Model.ResponseMetadata.t() | nil, nextPageToken: String.t() | nil, spellCorrection: GoogleApi.Jobs.V4.Model.SpellingCorrection.t() | nil, totalSize: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.