Sha256: ab21b545c46b7c025c3b413bb9dda927a3a72c905b9b0232250912dda7d3f3c2

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 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] 
**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,
                                 url: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_file_client-3.56.0 docs/FileFileContent.md