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.28.32 docs/ProgressReportResponse.md
pulpcore_client-3.49.17 docs/ProgressReportResponse.md
pulpcore_client-3.39.20 docs/ProgressReportResponse.md
pulpcore_client-3.57.1 docs/ProgressReportResponse.md
pulpcore_client-3.57.0 docs/ProgressReportResponse.md
pulpcore_client-3.49.16 docs/ProgressReportResponse.md
pulpcore_client-3.56.1 docs/ProgressReportResponse.md
pulpcore_client-3.56.0 docs/ProgressReportResponse.md
pulpcore_client-3.55.3 docs/ProgressReportResponse.md
pulpcore_client-3.49.15 docs/ProgressReportResponse.md
pulpcore_client-3.39.19 docs/ProgressReportResponse.md
pulpcore_client-3.28.31 docs/ProgressReportResponse.md
pulpcore_client-3.55.2 docs/ProgressReportResponse.md
pulpcore_client-3.49.14 docs/ProgressReportResponse.md
pulpcore_client-3.39.18 docs/ProgressReportResponse.md
pulpcore_client-3.28.30 docs/ProgressReportResponse.md
pulpcore_client-3.22.29 docs/ProgressReportResponse.md
pulpcore_client-3.21.32 docs/ProgressReportResponse.md
pulpcore_client-3.49.13 docs/ProgressReportResponse.md
pulpcore_client-3.22.28 docs/ProgressReportResponse.md