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

Version Path
pulp_file_client-1.14.3 docs/FileFileContent.md
pulp_file_client-1.14.2 docs/FileFileContent.md
pulp_file_client-1.14.1 docs/FileFileContent.md
pulp_file_client-1.14.0 docs/FileFileContent.md
pulp_file_client-1.13.1 docs/FileFileContent.md
pulp_file_client-1.13.0 docs/FileFileContent.md
pulp_file_client-1.12.0 docs/FileFileContent.md
pulp_file_client-1.11.3 docs/FileFileContent.md
pulp_file_client-1.11.2 docs/FileFileContent.md
pulp_file_client-1.11.1 docs/FileFileContent.md
pulp_file_client-1.11.0 docs/FileFileContent.md