Sha256: 664aad3d5d98d6d16a5bc35b460334073b19059d56d0a2392d082a3e4380ce0a
Contents?: true
Size: 837 Bytes
Versions: 23
Compression:
Stored size: 837 Bytes
Contents
# PulpFileClient::FileFileContent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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 artifact of the content unit. | [optional] **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FileFileContent.new(artifact: null, relative_path: null, file: null, repository: null) ```
Version data entries
23 entries across 23 versions & 1 rubygems