Sha256: a50eb160977bda74731b885240e74ff4c160aa718287a07efbc5806a39d4bfed

Contents?: true

Size: 871 Bytes

Versions: 2

Compression:

Stored size: 871 Bytes

Contents

# PulpContainerClient::ContainerContainerPushRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_labels** | [**Object**](.md) |  | [optional] 
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional] 
**description** | **String** | An optional description. | [optional] 
**name** | **String** | A unique name for this repository. | 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
                                 retain_repo_versions: null,
                                 description: null,
                                 name: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_container_client-2.8.5 docs/ContainerContainerPushRepository.md
pulp_container_client-2.8.4 docs/ContainerContainerPushRepository.md