Sha256: 4dc815fff620c1a3d8ca44679fd6e5d779225f8e4c3649508404f5a5f6d5c99d
Contents?: true
Size: 1.04 KB
Versions: 11
Compression:
Stored size: 1.04 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] **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, latest_version_href: null, name: null, description: null, remote: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems