Sha256: e4df49bac8f49127d7e11bcfb841b6e22482974da850ef95e871eee3c559b8ef

Contents?: true

Size: 1.25 KB

Versions: 379

Compression:

Stored size: 1.25 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', '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 'PulpcoreClient'

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


Version data entries

379 entries across 379 versions & 1 rubygems

Version Path
pulpcore_client-3.49.32 docs/ProgressReportResponse.md
pulpcore_client-3.63.9 docs/ProgressReportResponse.md
pulpcore_client-3.69.2 docs/ProgressReportResponse.md
pulpcore_client-3.49.31 docs/ProgressReportResponse.md
pulpcore_client-3.63.8 docs/ProgressReportResponse.md
pulpcore_client-3.69.1 docs/ProgressReportResponse.md
pulpcore_client-3.28.36 docs/ProgressReportResponse.md
pulpcore_client-3.49.30 docs/ProgressReportResponse.md
pulpcore_client-3.39.25 docs/ProgressReportResponse.md
pulpcore_client-3.22.35 docs/ProgressReportResponse.md
pulpcore_client-3.63.7 docs/ProgressReportResponse.md
pulpcore_client-3.49.29 docs/ProgressReportResponse.md
pulpcore_client-3.49.28 docs/ProgressReportResponse.md
pulpcore_client-3.63.6 docs/ProgressReportResponse.md
pulpcore_client-3.69.0 docs/ProgressReportResponse.md
pulpcore_client-3.63.5 docs/ProgressReportResponse.md
pulpcore_client-3.68.2 docs/ProgressReportResponse.md
pulpcore_client-3.49.27 docs/ProgressReportResponse.md
pulpcore_client-3.49.26 docs/ProgressReportResponse.md
pulpcore_client-3.63.4 docs/ProgressReportResponse.md