Sha256: 64fd064039cf0914d6e5efc9d496e8d04d299c756930bc076e52347cc3e81bf8

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

# PulpContainerClient::ContainerContainerPushRepositoryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**name** | **String** | A unique name for this repository. | 
**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] 
**versions_href** | **String** |  | [optional] [readonly] 
**latest_version_href** | **String** |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
                                 pulp_href: null,
                                 pulp_labels: null,
                                 name: null,
                                 description: null,
                                 retain_repo_versions: null,
                                 versions_href: null,
                                 latest_version_href: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.10.9 docs/ContainerContainerPushRepositoryResponse.md