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