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