Sha256: 4a2bda5d6dbc561af231c12db4d7047c18c7ca72ac06b9afda54ad902de81004

Contents?: true

Size: 896 Bytes

Versions: 1

Compression:

Stored size: 896 Bytes

Contents

# PulpContainerClient::PatchedcontainerContainerPushRepository

## Properties

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

## Code Sample

```ruby
require 'PulpContainerClient'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.9.1 docs/PatchedcontainerContainerPushRepository.md