Sha256: 4e98a3cc18526fc59a1412ab1e26a2690d31b127cc3471b638e1d967e09ac7c7

Contents?: true

Size: 1.42 KB

Versions: 334

Compression:

Stored size: 1.42 KB

Contents

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

instance = PulpcoreClient::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

334 entries across 334 versions & 1 rubygems

Version Path
pulpcore_client-3.28.36 docs/ArtifactResponse.md
pulpcore_client-3.39.25 docs/ArtifactResponse.md
pulpcore_client-3.22.35 docs/ArtifactResponse.md
pulpcore_client-3.22.34 docs/ArtifactResponse.md
pulpcore_client-3.28.35 docs/ArtifactResponse.md
pulpcore_client-3.39.24 docs/ArtifactResponse.md
pulpcore_client-3.28.34 docs/ArtifactResponse.md
pulpcore_client-3.22.33 docs/ArtifactResponse.md
pulpcore_client-3.39.23 docs/ArtifactResponse.md
pulpcore_client-3.22.32 docs/ArtifactResponse.md
pulpcore_client-3.28.33 docs/ArtifactResponse.md
pulpcore_client-3.39.22 docs/ArtifactResponse.md
pulpcore_client-3.21.35 docs/ArtifactResponse.md
pulpcore_client-3.22.31 docs/ArtifactResponse.md
pulpcore_client-3.21.34 docs/ArtifactResponse.md
pulpcore_client-3.39.21 docs/ArtifactResponse.md
pulpcore_client-3.21.33 docs/ArtifactResponse.md
pulpcore_client-3.22.30 docs/ArtifactResponse.md
pulpcore_client-3.28.32 docs/ArtifactResponse.md
pulpcore_client-3.39.20 docs/ArtifactResponse.md