Sha256: 42ebabfec342ec4646e8c7c7bc28137abb53c4fca69d26abc5d6e76595bb0508

Contents?: true

Size: 1016 Bytes

Versions: 109

Compression:

Stored size: 1016 Bytes

Contents

# PulpFileClient::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 'PulpFileClient'

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


Version data entries

109 entries across 109 versions & 1 rubygems

Version Path
pulp_file_client-3.49.32 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.9 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.69.2 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.31 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.8 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.69.1 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.30 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.7 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.29 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.28 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.6 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.69.0 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.5 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.68.2 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.27 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.26 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.4 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.68.1 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.49.25 docs/RepositoryAddRemoveContent.md
pulp_file_client-3.63.3 docs/RepositoryAddRemoveContent.md