Sha256: e55c3f1051de6a66c5e4b464b1f5f65e4bd1cee640f4a4b6bb3615c8ec5d012c

Contents?: true

Size: 1.26 KB

Versions: 12

Compression:

Stored size: 1.26 KB

Contents

# PulpAnsibleClient::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 'PulpAnsibleClient'

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


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pulp_ansible_client-0.18.4 docs/ProgressReportResponse.md
pulp_ansible_client-0.18.3 docs/ProgressReportResponse.md
pulp_ansible_client-0.17.5 docs/ProgressReportResponse.md
pulp_ansible_client-0.18.2 docs/ProgressReportResponse.md
pulp_ansible_client-0.18.1 docs/ProgressReportResponse.md
pulp_ansible_client-0.17.4 docs/ProgressReportResponse.md
pulp_ansible_client-0.19.0 docs/ProgressReportResponse.md
pulp_ansible_client-0.17.3 docs/ProgressReportResponse.md
pulp_ansible_client-0.17.2 docs/ProgressReportResponse.md
pulp_ansible_client-0.18.0 docs/ProgressReportResponse.md
pulp_ansible_client-0.17.1 docs/ProgressReportResponse.md
pulp_ansible_client-0.17.0 docs/ProgressReportResponse.md