Interface
Results from the job query.
Properties
Property | Type | Notes |
---|---|---|
fields | Field[] | Fields included in the query. |
nextStart | number | Starting number for the next batch of results. |
num | number | Number of results in the current batch of results. |
q | string | Query string. |
results | any[][] | Results of the query. |
start | number | Starting number for this batch of results. |
fields
Interface Propertyfields: Field[]
Fields included in the query.