Sha256: 15804eae030d99053ca8a0599d80b10387197ac502ad9d6c2d464eea92e1375b

Contents?: true

Size: 1.37 KB

Versions: 3

Compression:

Stored size: 1.37 KB

Contents

# PulpcoreClient::Artifact

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_href** | **String** |  | [optional] 
**_created** | **DateTime** | Timestamp of creation. | [optional] 
**file** | **String** | The stored file. | [optional] 
**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(_href: null,
                                 _created: null,
                                 file: null,
                                 size: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc6 docs/Artifact.md
pulpcore_client-3.0.0rc5 docs/Artifact.md
pulpcore_client-3.0.0rc4 docs/Artifact.md