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

Version Path
pulp_file_client-3.63.4 docs/FileFileContent.md
pulp_file_client-3.68.1 docs/FileFileContent.md
pulp_file_client-3.63.3 docs/FileFileContent.md
pulp_file_client-3.68.0 docs/FileFileContent.md
pulp_file_client-3.67.1 docs/FileFileContent.md
pulp_file_client-3.63.2 docs/FileFileContent.md
pulp_file_client-3.66.1 docs/FileFileContent.md
pulp_file_client-3.67.0 docs/FileFileContent.md
pulp_file_client-3.63.1 docs/FileFileContent.md
pulp_file_client-3.66.0 docs/FileFileContent.md
pulp_file_client-3.65.0 docs/FileFileContent.md
pulp_file_client-3.64.0 docs/FileFileContent.md
pulp_file_client-3.63.0 docs/FileFileContent.md
pulp_file_client-3.62.0 docs/FileFileContent.md
pulp_file_client-3.61.0 docs/FileFileContent.md
pulp_file_client-3.60.0 docs/FileFileContent.md
pulp_file_client-3.59.0 docs/FileFileContent.md
pulp_file_client-3.58.0 docs/FileFileContent.md
pulp_file_client-3.57.1 docs/FileFileContent.md
pulp_file_client-3.57.0 docs/FileFileContent.md