Values.SearchTasksRequestSourceShared input fields for all Search operations (filterExpressions, sortExpressions, itemOffset, pageSize).
type nonrec t = {farmId : FarmId.t;The farm ID of the task.
*)filterExpressions : SearchGroupedFilterExpressions.t option;The search terms for a resource.
*)sortExpressions : SearchSortExpressions.t option;The search terms for a resource.
*)itemOffset : SearchTasksRequestItemOffsetInteger.t;The offset for the search results.
*)pageSize : SearchTasksRequestPageSizeInteger.t option;Specifies the number of results to return.
*)queueIds : SearchTasksRequestQueueIdsList.t;The queue IDs to include in the search.
*)jobId : JobId.t option;The job ID for the task search.
*)}val make :
?filterExpressions:??? ->
?sortExpressions:??? ->
?pageSize:??? ->
?jobId:??? ->
farmId:FarmId.t ->
itemOffset:SearchTasksRequestItemOffsetInteger.t ->
queueIds:SearchTasksRequestQueueIdsList.t ->
unit ->
t