Sha256: 715eafab5f6f0cb8552ba6c2876d69faaca82e2d6047b198b13c2c25ffa8c5cd
Contents?: true
Size: 1010 Bytes
Versions: 5
Compression:
Stored size: 1010 Bytes
Contents
# PulpcoreClient::RepositoryVersionCreate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **add_content_units** | **Array<String>** | 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<String>** | 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 'PulpcoreClient' instance = PulpcoreClient::RepositoryVersionCreate.new(add_content_units: null, remove_content_units: null, base_version: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems