Sha256: c9ce3ab5c254acc210d6b99454508942553ec4c9ab5d719d7128a0397ff96856
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
# PulpFileClient::FileFileRepositoryResponse ## 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 'PulpFileClient' instance = PulpFileClient::FileFileRepositoryResponse.new(pulp_href: null, pulp_created: null, versions_href: null, latest_version_href: null, name: null, description: null, remote: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems