Sha256: be71962efe9ace6551e5185e0cff6bc6d8a7fa7870ac5b09c72bbbfe4df3bb9e

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

# PulpFileClient::Artifact

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file** | **File** | The stored file. | 
**size** | **Integer** | The size of the file in bytes. | [optional] 
**md5** | **String** | The MD5 checksum of the file if available. | [optional] 
**sha1** | **String** | The SHA-1 checksum of the file if available. | [optional] 
**sha224** | **String** | The SHA-224 checksum of the file if available. | [optional] 
**sha256** | **String** | The SHA-256 checksum of the file if available. | [optional] 
**sha384** | **String** | The SHA-384 checksum of the file if available. | [optional] 
**sha512** | **String** | The SHA-512 checksum of the file if available. | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::Artifact.new(file: null,
                                 size: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/Artifact.md
pulp_file_client-3.49.14 docs/Artifact.md