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