Sha256: be7f2a161e9b8472ad657c7f1e215ba47c809241eaee4b0534e1bf4a5674b823

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 KB

Contents

# PulpFileClient::ArtifactResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**file** | **String** | 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::ArtifactResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 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/ArtifactResponse.md
pulp_file_client-3.49.14 docs/ArtifactResponse.md