Sha256: 7fe2538d33ca61c5755f8c831d1c64e74f5ea995ee1f642f5127045daa399ed4

Contents?: true

Size: 978 Bytes

Versions: 1

Compression:

Stored size: 978 Bytes

Contents

# PulpContainerClient::ContainerContainerPushRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] 
**pulp_labels** | **Hash<String, String>** |  | [optional] 
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] 
**name** | **String** | A unique name for this repository. | 
**description** | **String** | An optional description. | [optional] 

## Code Sample

```ruby
require 'PulpContainerClient'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.15.2 docs/ContainerContainerPushRepository.md