estimatedTotalSize property

int? estimatedTotalSize
getter/setter pair

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.

Implementation

core.int? estimatedTotalSize;