github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/CancelRequest.md (about) 1 # CancelRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **client_public_key** | **str** | The base64-encoded public key of the client: | 7 **job_cancel_payload** | **list[int]** | The data needed to cancel a running job on the network | 8 **signature** | **str** | A base64-encoded signature of the data, signed by the client: | 9 10 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 12