Sha256: 2c795ee5ac675ae3a2041730684889b60372737d7e31ec716b80f87f32efe9e7
Contents?: true
Size: 1004 Bytes
Versions: 11
Compression:
Stored size: 1004 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] **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FileFileContent.new(artifact: null, relative_path: null, file: null, repository: null, upload: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems