Sha256: 07346b31564819d6907cbc081678338bb57dc32c03710737e4e5b200060d338b

Contents?: true

Size: 896 Bytes

Versions: 4

Compression:

Stored size: 896 Bytes

Contents

# PulpContainerClient::PatchedcontainerContainerPushRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_labels** | [**Object**](.md) |  | [optional] 
**name** | **String** | A unique name for this repository. | [optional] 
**description** | **String** | An optional description. | [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] 

## Code Sample

```ruby
require 'PulpContainerClient'

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


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_container_client-2.10.9 docs/PatchedcontainerContainerPushRepository.md
pulp_container_client-2.10.8 docs/PatchedcontainerContainerPushRepository.md
pulp_container_client-2.10.6 docs/PatchedcontainerContainerPushRepository.md
pulp_container_client-2.10.1 docs/PatchedcontainerContainerPushRepository.md