Sha256: a617a8de1ccd9dff1312a0c6c4a4ad058a29af2a5517f3365d96a67395620360
Contents?: true
Size: 1.1 KB
Versions: 21
Compression:
Stored size: 1.1 KB
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] **file_url** | **String** | A url that Pulp can download and turn 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, file_url: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems