Sha256: b8f04c2688b1177d10d7ef24da021d21723d869799bcf6d1e5dc72bca7b555f6

Contents?: true

Size: 970 Bytes

Versions: 2

Compression:

Stored size: 970 Bytes

Contents

# PulpFileClient::GroupProgressReportResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | The message shown to the user for the group progress report. | [optional] [readonly] 
**code** | **String** | Identifies the type of group progress report'. | [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 group progress report. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::GroupProgressReportResponse.new(message: null,
                                 code: null,
                                 total: null,
                                 done: null,
                                 suffix: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/GroupProgressReportResponse.md
pulp_file_client-3.49.14 docs/GroupProgressReportResponse.md