MatchingJob class
Job entry with metadata inside SearchJobsResponse.
Output only.
Constructors
- MatchingJob({CommuteInfo? commuteInfo, Job? job, String? jobSummary, String? jobTitleSnippet, String? searchTextSnippet})
- MatchingJob.fromJson(Map json_)
Properties
- commuteInfo ↔ CommuteInfo?
-
Commute information which is generated based on specified CommuteFilter.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- job ↔ Job?
-
Job resource that matches the specified SearchJobsRequest.
getter/setter pair
- jobSummary ↔ String?
-
A summary of the job with core information that's displayed on the search
results listing page.
getter/setter pair
- jobTitleSnippet ↔ String?
-
Contains snippets of text from the Job.job_title field most closely
matching a search query's keywords, if available.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTextSnippet ↔ String?
-
Contains snippets of text from the Job.description and similar fields that
most closely match a search query's keywords, if available.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited