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