Sha256: 362051d9ab40285fb8469510589f4b3d398a3c806d56d64ea19f92c32814b6ee
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# PulpContainerClient::ContainerContainerPushRepositoryResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **latest_version_href** | **String** | | [optional] [readonly] **versions_href** | **String** | | [optional] [readonly] **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_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_href** | **String** | | [optional] [readonly] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null, latest_version_href: null, versions_href: null, retain_repo_versions: null, pulp_created: null, pulp_href: null, name: null, description: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.10.11 | docs/ContainerContainerPushRepositoryResponse.md |