Sha256: 501750427dc1c9ed6a878c5a70a224da5ee149bc5e143c3aed3ab26bd696a031
Contents?: true
Size: 1.15 KB
Versions: 9
Compression:
Stored size: 1.15 KB
Contents
# PulpContainerClient::ContainerContainerRepositoryResponse ## 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::ContainerContainerRepositoryResponse.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