Sha256: faf32c752369e999d25e24e305ef1704effbf9526d2cdb5a6c0c259b944d63ac
Contents?: true
Size: 972 Bytes
Versions: 52
Compression:
Stored size: 972 Bytes
Contents
# PulpFileClient::FileFileContent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **artifact** | **String** | Artifact file representing the physical content | [optional] **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FileFileContent.new(repository: null, artifact: null, relative_path: null, file: null, upload: null) ```
Version data entries
52 entries across 52 versions & 1 rubygems