Sha256: 249f4c07e188c09b8b4b56c82876c024fcf6df1e8c40442fadf9d37afc64b867

Contents?: true

Size: 1022 Bytes

Versions: 14

Compression:

Stored size: 1022 Bytes

Contents

# PulpPythonClient::RepositoryAddRemoveContent

## 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 'PulpPythonClient'

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


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pulp_python_client-3.12.5 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.12.4 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.12.3 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.12.2 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.11.3 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.12.1 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.11.2 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.12.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.11.1 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.11.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.10.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.9.0 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.0.0b10 docs/RepositoryAddRemoveContent.md
pulp_python_client-3.0.0b9 docs/RepositoryAddRemoveContent.md