Sha256: 9460e1629000028c973a414850276e7aa5b07a99943d75fccf3c66fc9ad4eeeb
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# PulpFileClient::ProgressReportResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | The message shown to the user for the progress report. | [optional] [readonly] **code** | **String** | Identifies the type of progress report'. | [optional] [readonly] **state** | **String** | The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. The default is 'waiting'. | [optional] [readonly] **total** | **Integer** | The total count of items. | [optional] [readonly] **done** | **Integer** | The count of items already processed. Defaults to 0. | [optional] [readonly] **suffix** | **String** | The suffix to be shown with the progress report. | [optional] [readonly] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::ProgressReportResponse.new(message: null, code: null, state: null, total: null, done: null, suffix: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/ProgressReportResponse.md |
pulp_file_client-3.49.14 | docs/ProgressReportResponse.md |