Sha256: c795f52264146eac76fda11c5897a4616bd1d4b9f4d444490bcf86919af19761
Contents?: true
Size: 1.15 KB
Versions: 9
Compression:
Stored size: 1.15 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] **pulp_labels** | [**Object**](.md) | | [optional] **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, pulp_labels: null, latest_version_href: null, name: null, description: null, remote: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems