PulpRpmClient::ContentSummaryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| added | Object | ||
| removed | Object | ||
| present | Object |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::ContentSummaryResponse.new(added: null,
removed: null,
present: null)