# 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) ```