Sha256: 0134133b6036d6f90c4c6ef657b9ccb5c4bc8bd6a56c9bef21c60e569472ea45
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
# PulpcoreClient::ProgressReport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | The message shown to the user for the progress report. | [optional] **state** | **String** | The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed' and 'canceled'. The default is 'waiting'. | [optional] **total** | **Integer** | The total count of items to be handled by the ProgressBar. | [optional] **done** | **Integer** | The count of items already processed. Defaults to 0. | [optional] **suffix** | **String** | The suffix to be shown with the progress report. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ProgressReport.new(message: null, state: null, total: null, done: null, suffix: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc5 | docs/ProgressReport.md |
pulpcore_client-3.0.0rc4 | docs/ProgressReport.md |
pulpcore_client-3.0.0rc3 | docs/ProgressReport.md |