Sha256: db335397e4a40e4a3c499c79c2a4377c552568f1decb2f383e2b9e98ca383876

Contents?: true

Size: 1022 Bytes

Versions: 6

Compression:

Stored size: 1022 Bytes

Contents

# PulpPythonClient::RepositoryAddRemoveContent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**add_content_units** | **Array<Object>** | 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<Object>** | 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 'PulpPythonClient'

instance = PulpPythonClient::RepositoryAddRemoveContent.new(add_content_units: null,
                                 remove_content_units: null,
                                 base_version: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulp_python_client-3.4.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.3.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.2.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.0.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.0.0b12 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.0.0b11 docs/RepositoryAddRemoveContent.md