Sha256: bfb4e831d66608eb06ea1b039ed517d9d1ab218bbe5ad3cec695c57a161a5759
Contents?: true
Size: 929 Bytes
Versions: 9
Compression:
Stored size: 929 Bytes
Contents
# PulpFileClient::FileFileRepository ## 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] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FileFileRepository.new(pulp_href: null, pulp_created: null, versions_href: null, latest_version_href: null, name: null, description: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems