Sha256: 53986121bbcb468cc32f101dd12306a876ddb2cf066ea4f10202907ee4164363
Contents?: true
Size: 1.11 KB
Versions: 5
Compression:
Stored size: 1.11 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] **pulp_labels** | [**Object**](.md) | | [optional] **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, pulp_labels: null, latest_version_href: null, name: null, description: null, remote: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems