Sha256: c7fee41f7d1f5cacd96261dd64c22425a73aa4a991a15c127a433177057d5c23

Contents?: true

Size: 1.23 KB

Versions: 31

Compression:

Stored size: 1.23 KB

Contents

# PulpcoreClient::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' 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::ProgressReportResponse.new(message: null,
                                 code: null,
                                 state: null,
                                 total: null,
                                 done: null,
                                 suffix: null)
```


Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
pulpcore_client-3.7.9 docs/ProgressReportResponse.md
pulpcore_client-3.7.8 docs/ProgressReportResponse.md
pulpcore_client-3.7.7 docs/ProgressReportResponse.md
pulpcore_client-3.11.2 docs/ProgressReportResponse.md
pulpcore_client-3.13.0 docs/ProgressReportResponse.md
pulpcore_client-3.12.2 docs/ProgressReportResponse.md
pulpcore_client-3.11.1 docs/ProgressReportResponse.md
pulpcore_client-3.7.6 docs/ProgressReportResponse.md
pulpcore_client-3.12.1 docs/ProgressReportResponse.md
pulpcore_client-3.7.5.post0 docs/ProgressReportResponse.md
pulpcore_client-3.7.5 docs/ProgressReportResponse.md
pulpcore_client-3.12.0 docs/ProgressReportResponse.md
pulpcore_client-3.11.0.post0 docs/ProgressReportResponse.md
pulpcore_client-3.11.0 docs/ProgressReportResponse.md
pulpcore_client-3.7.4 docs/ProgressReportResponse.md
pulpcore_client-3.10.0 docs/ProgressReportResponse.md
pulpcore_client-3.9.1 docs/ProgressReportResponse.md
pulpcore_client-3.9.0 docs/ProgressReportResponse.md
pulpcore_client-3.6.5.post2 docs/ProgressReportResponse.md
pulpcore_client-3.8.1 docs/ProgressReportResponse.md