Sha256: 664aad3d5d98d6d16a5bc35b460334073b19059d56d0a2392d082a3e4380ce0a

Contents?: true

Size: 837 Bytes

Versions: 23

Compression:

Stored size: 837 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] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileFileContent.new(artifact: null,
                                 relative_path: null,
                                 file: null,
                                 repository: null)
```


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
pulp_file_client-1.10.5 docs/FileFileContent.md
pulp_file_client-1.10.4 docs/FileFileContent.md
pulp_file_client-1.10.3 docs/FileFileContent.md
pulp_file_client-1.10.2 docs/FileFileContent.md
pulp_file_client-1.10.1 docs/FileFileContent.md
pulp_file_client-1.10.0 docs/FileFileContent.md
pulp_file_client-1.9.1 docs/FileFileContent.md
pulp_file_client-1.9.0 docs/FileFileContent.md
pulp_file_client-1.8.2 docs/FileFileContent.md
pulp_file_client-1.8.1 docs/FileFileContent.md
pulp_file_client-1.8.0 docs/FileFileContent.md
pulp_file_client-1.7.0 docs/FileFileContent.md
pulp_file_client-1.6.1 docs/FileFileContent.md
pulp_file_client-1.6.0.post3 docs/FileFileContent.md
pulp_file_client-1.6.0.post2 docs/FileFileContent.md
pulp_file_client-1.6.0.post1 docs/FileFileContent.md
pulp_file_client-1.6.0.post0 docs/FileFileContent.md
pulp_file_client-1.5.0 docs/FileFileContent.md
pulp_file_client-1.4.0.post1 docs/FileFileContent.md
pulp_file_client-1.4.0.post0 docs/FileFileContent.md