Sha256: 8c7ce7d6683b91c1562ea63c9ac91f2e5e98d3a6e329450dc44f540d6d1864d3
Contents?: true
Size: 679 Bytes
Versions: 9
Compression:
Stored size: 679 Bytes
Contents
# PulpContainerClient::ContainerContainerRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] **remote** | **String** | | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerRepository.new(pulp_labels: null, name: null, description: null, remote: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems