Sha256: 93c2afa51b1137d72c05eff7842521140d0db549f78e2913f9d46de89d66bc63
Contents?: true
Size: 857 Bytes
Versions: 4
Compression:
Stored size: 857 Bytes
Contents
# PulpcoreClient::Repository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_href** | **String** | | [optional] **_created** | **DateTime** | Timestamp of creation. | [optional] **_versions_href** | **String** | | [optional] **_latest_version_href** | **String** | | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Repository.new(_href: null, _created: null, _versions_href: null, _latest_version_href: null, name: null, description: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc5 | docs/Repository.md |
pulpcore_client-3.0.0rc4 | docs/Repository.md |
pulpcore_client-3.0.0rc3 | docs/Repository.md |
pulpcore_client-3.0.0rc2 | docs/Repository.md |