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