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