jobs property

List<Job>? jobs
getter/setter pair

The Jobs for a given company.

The maximum number of items returned is based on the limit field provided in the request.

Implementation

core.List<Job>? jobs;