matchingJobs property

List<MatchingJob>? matchingJobs
getter/setter pair

The Job entities that match the specified SearchJobsRequest.

Implementation

core.List<MatchingJob>? matchingJobs;