Sha256: 4a352544fdc7391de85bca05d1945a1574f040a02fcb8320aa376dd6a2b954f7
Contents?: true
Size: 970 Bytes
Versions: 410
Compression:
Stored size: 970 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::GroupProgressReportResponse.new(message: null, code: null, total: null, done: null, suffix: null) ```
Version data entries
410 entries across 410 versions & 1 rubygems