github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/ListRequest.md (about) 1 # ListRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **client_id** | **str** | | [optional] 7 **exclude_tags** | **list[str]** | | [optional] 8 **id** | **str** | | [optional] 9 **include_tags** | **list[str]** | | [optional] 10 **max_jobs** | **int** | | [optional] 11 **return_all** | **bool** | | [optional] 12 **sort_by** | **str** | | [optional] 13 **sort_reverse** | **bool** | | [optional] 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17