GoogleApi.Jobs.V3.Model.SearchJobsResponse (google_api_jobs v0.16.4) View Source
Output only. 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. -
estimatedTotalSize
(type:integer()
, default:nil
) - An estimation of the number of jobs that match the specified query. This number is not guaranteed to be accurate. For accurate results, see SearchJobsResponse.total_size. -
histogramResults
(type:GoogleApi.Jobs.V3.Model.HistogramResults.t
, default:nil
) - The histogram results that match specified SearchJobsRequest.histogram_facets. -
locationFilters
(type:list(GoogleApi.Jobs.V3.Model.Location.t)
, default:nil
) - The location filters that the service applied to the specified query. If any filters are lat-lng based, the JobLocation.location_type is JobLocation.LocationType#LOCATION_TYPE_UNSPECIFIED. -
matchingJobs
(type:list(GoogleApi.Jobs.V3.Model.MatchingJob.t)
, default:nil
) - The Job entities that match the specified SearchJobsRequest. -
metadata
(type:GoogleApi.Jobs.V3.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.V3.Model.SpellingCorrection.t
, default:nil
) - The spell checking result, and correction. -
totalSize
(type:integer()
, default:nil
) - The precise result count with limit 100,000.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V3.Model.SearchJobsResponse{ broadenedQueryJobsCount: integer() | nil, estimatedTotalSize: integer() | nil, histogramResults: GoogleApi.Jobs.V3.Model.HistogramResults.t() | nil, locationFilters: [GoogleApi.Jobs.V3.Model.Location.t()] | nil, matchingJobs: [GoogleApi.Jobs.V3.Model.MatchingJob.t()] | nil, metadata: GoogleApi.Jobs.V3.Model.ResponseMetadata.t() | nil, nextPageToken: String.t() | nil, spellCorrection: GoogleApi.Jobs.V3.Model.SpellingCorrection.t() | nil, totalSize: integer() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.