Sha256: f8e34a423404544f16d97ce595f67e2638c379cc4cf122cb64a7d2ffcb7aa426

Contents?: true

Size: 1.16 KB

Versions: 391

Compression:

Stored size: 1.16 KB

Contents

# PulpcoreClient::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 'PulpcoreClient'

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


Version data entries

391 entries across 391 versions & 1 rubygems

Version Path
pulpcore_client-3.16.2 docs/Artifact.md
pulpcore_client-3.17.2 docs/Artifact.md
pulpcore_client-3.17.1 docs/Artifact.md
pulpcore_client-3.17.0 docs/Artifact.md
pulpcore_client-3.16.1 docs/Artifact.md
pulpcore_client-3.15.3 docs/Artifact.md
pulpcore_client-3.7.9 docs/Artifact.md
pulpcore_client-3.14.9 docs/Artifact.md
pulpcore_client-3.14.8 docs/Artifact.md
pulpcore_client-3.16.0 docs/Artifact.md
pulpcore_client-3.14.7 docs/Artifact.md
pulpcore_client-3.14.6 docs/Artifact.md
pulpcore_client-3.15.2 docs/Artifact.md
pulpcore_client-3.15.1 docs/Artifact.md
pulpcore_client-3.15.0 docs/Artifact.md
pulpcore_client-3.7.8 docs/Artifact.md
pulpcore_client-3.14.5 docs/Artifact.md
pulpcore_client-3.14.4 docs/Artifact.md
pulpcore_client-3.7.7 docs/Artifact.md
pulpcore_client-3.14.3 docs/Artifact.md