Sha256: d0e8d56239ed973533ae3aaf90a1e8665afce6f2f920c5257b8e1dcde701fae4
Contents?: true
Size: 539 Bytes
Versions: 6
Compression:
Stored size: 539 Bytes
Contents
# PulpFileClient::FileFileRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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(name: null, description: null, remote: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems