Sha256: 4b3618d0ca6d25a2fe19d95c5bbbfe9e3ce4fa1cc763183cd82089a48967f6af
Contents?: true
Size: 1.02 KB
Versions: 71
Compression:
Stored size: 1.02 KB
Contents
# PulpRpmClient::RepositoryAddRemoveContent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **add_content_units** | [**Array<AnyType>**](AnyType.md) | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional] **remove_content_units** | [**Array<AnyType>**](AnyType.md) | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional] **base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RepositoryAddRemoveContent.new(add_content_units: null, remove_content_units: null, base_version: null) ```
Version data entries
71 entries across 71 versions & 1 rubygems