Sha256: 9664fbee5ebc4b61800f060cb091448cdb1ba5656f9f69dfad041291bd3a6caf
Contents?: true
Size: 567 Bytes
Versions: 3
Compression:
Stored size: 567 Bytes
Contents
# PulpcoreClient::ContentSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **added** | **Hash<String, Hash<String, String>>** | | **removed** | **Hash<String, Hash<String, String>>** | | **present** | **Hash<String, Hash<String, String>>** | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ContentSummary.new(added: null, removed: null, present: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc7 | docs/ContentSummary.md |
pulpcore_client-3.0.0rc6 | docs/ContentSummary.md |
pulpcore_client-3.0.0rc5 | docs/ContentSummary.md |