Sha256: 7e5b1da8d6efde171864ef71b3b7fc29873914b6626cfb50769a1397b4b3010b
Contents?: true
Size: 1.05 KB
Versions: 11
Compression:
Stored size: 1.05 KB
Contents
# PulpContainerClient::ContainerContainerPushRepositoryResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **versions_href** | **String** | | [optional] [readonly] **latest_version_href** | **String** | | [optional] [readonly] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] **remote** | **String** | | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null, pulp_created: null, versions_href: null, latest_version_href: null, name: null, description: null, remote: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems