Sha256: 5bcea1744c1b762c85b6b96892a7e41b43773fd0d141cd13d659ab80edb3bf98
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
# PulpFileClient::PatchedTaskCancel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **state** | **String** | The desired state of the task. Only 'canceled' is accepted. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PatchedTaskCancel.new(state: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PatchedTaskCancel.md |
pulp_file_client-3.49.14 | docs/PatchedTaskCancel.md |