Sha256: ffe9566989880314d70d3c809eaae0f8e720485fd4da4a7b86bf1e2e12b11402
Contents?: true
Size: 576 Bytes
Versions: 10
Compression:
Stored size: 576 Bytes
Contents
# PulpAnsibleClient::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 'PulpAnsibleClient' instance = PulpAnsibleClient::ContentSummary.new(added: null, removed: null, present: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems