Sha256: 2d76bf0cb9e86bcc4d910bfcef119d5d5e2a12f80b40bff31e5a9b341a505780

Contents?: true

Size: 1.21 KB

Versions: 14

Compression:

Stored size: 1.21 KB

Contents

# PulpcoreClient::ProgressReport

## 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' and 'canceled'. 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 'PulpcoreClient'

instance = PulpcoreClient::ProgressReport.new(message: null,
                                 code: null,
                                 state: null,
                                 total: null,
                                 done: null,
                                 suffix: null)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pulpcore_client-3.5.0 docs/ProgressReport.md
pulpcore_client-3.4.1 docs/ProgressReport.md
pulpcore_client-3.4.0 docs/ProgressReport.md
pulpcore_client-3.3.1 docs/ProgressReport.md
pulpcore_client-3.3.0 docs/ProgressReport.md
pulpcore_client-3.2.1 docs/ProgressReport.md
pulpcore_client-3.2.0 docs/ProgressReport.md
pulpcore_client-3.1.1 docs/ProgressReport.md
pulpcore_client-3.1.0 docs/ProgressReport.md
pulpcore_client-3.0.1 docs/ProgressReport.md
pulpcore_client-3.0.0 docs/ProgressReport.md
pulpcore_client-3.0.0rc9 docs/ProgressReport.md
pulpcore_client-3.0.0rc8 docs/ProgressReport.md
pulpcore_client-3.0.0rc7 docs/ProgressReport.md