Sha256: 7a3dd19893683c9450de3283691f674cb24b5c21396d87554c949e1faf963231

Contents?: true

Size: 1.41 KB

Versions: 128

Compression:

Stored size: 1.41 KB

Contents

# PulpRpmClient::ArtifactResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [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 'PulpRpmClient'

instance = PulpRpmClient::ArtifactResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 file: null,
                                 size: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
pulp_rpm_client-3.23.5 docs/ArtifactResponse.md
pulp_rpm_client-3.22.9 docs/ArtifactResponse.md
pulp_rpm_client-3.19.13 docs/ArtifactResponse.md
pulp_rpm_client-3.18.21 docs/ArtifactResponse.md
pulp_rpm_client-3.22.8 docs/ArtifactResponse.md
pulp_rpm_client-3.23.4 docs/ArtifactResponse.md
pulp_rpm_client-3.25.5 docs/ArtifactResponse.md
pulp_rpm_client-3.25.3 docs/ArtifactResponse.md
pulp_rpm_client-3.25.2 docs/ArtifactResponse.md
pulp_rpm_client-3.17.22 docs/ArtifactResponse.md
pulp_rpm_client-3.25.1 docs/ArtifactResponse.md
pulp_rpm_client-3.23.3 docs/ArtifactResponse.md
pulp_rpm_client-3.22.7 docs/ArtifactResponse.md
pulp_rpm_client-3.19.12 docs/ArtifactResponse.md
pulp_rpm_client-3.18.20 docs/ArtifactResponse.md
pulp_rpm_client-3.23.2 docs/ArtifactResponse.md
pulp_rpm_client-3.25.0 docs/ArtifactResponse.md
pulp_rpm_client-3.24.0 docs/ArtifactResponse.md
pulp_rpm_client-3.19.11 docs/ArtifactResponse.md
pulp_rpm_client-3.22.6 docs/ArtifactResponse.md