Sha256: 926751b6e308806318b150bd9e12f2cf816b1019c722dae2ce03f26b2270617c

Contents?: true

Size: 1.5 KB

Versions: 7

Compression:

Stored size: 1.5 KB

Contents

# PulpFileClient::FileFileContent

## 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 | 
**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::FileFileContent.new(pulp_href: null,
                                 pulp_created: null,
                                 artifact: null,
                                 relative_path: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulp_file_client-1.1.0 docs/FileFileContent.md
pulp_file_client-0.3.0 docs/FileFileContent.md
pulp_file_client-0.2.0 docs/FileFileContent.md
pulp_file_client-0.1.1 docs/FileFileContent.md
pulp_file_client-0.1.0 docs/FileFileContent.md
pulp_file_client-0.1.0rc2 docs/FileFileContent.md
pulp_file_client-0.1.0rc1 docs/FileFileContent.md