Sha256: dd58dc1a6ae8ab420507bd18173e9b69270b30b9f90e19b243762e1108a02f73

Contents?: true

Size: 1.82 KB

Versions: 1

Compression:

Stored size: 1.82 KB

Contents

# PulpFileClient::FileContent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | 
**file** | **String** | An uploaded file that should be turned into the artifact of the content unit. | [optional] [readonly] 
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly] 
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly] 
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly] 
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] 
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly] 
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileContent.new(pulp_href: null,
                                 pulp_created: null,
                                 artifact: null,
                                 relative_path: null,
                                 file: null,
                                 repository: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_file_client-0.1.0b4 docs/FileContent.md