Sha256: eed0f867e3aa585aefdea00f17b52fbcae33441a94ec07d195547eccdf06dd50

Contents?: true

Size: 1.85 KB

Versions: 25

Compression:

Stored size: 1.85 KB

Contents

# PulpcoreClient::ArtifactResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [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 'PulpcoreClient'

instance = PulpcoreClient::ArtifactResponse.new(pulp_href: null,
                                 prn: 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

25 entries across 25 versions & 1 rubygems

Version Path
pulpcore_client-3.63.12 docs/ArtifactResponse.md
pulpcore_client-3.63.11 docs/ArtifactResponse.md
pulpcore_client-3.63.10 docs/ArtifactResponse.md
pulpcore_client-3.63.9 docs/ArtifactResponse.md
pulpcore_client-3.69.2 docs/ArtifactResponse.md
pulpcore_client-3.63.8 docs/ArtifactResponse.md
pulpcore_client-3.69.1 docs/ArtifactResponse.md
pulpcore_client-3.63.7 docs/ArtifactResponse.md
pulpcore_client-3.63.6 docs/ArtifactResponse.md
pulpcore_client-3.69.0 docs/ArtifactResponse.md
pulpcore_client-3.63.5 docs/ArtifactResponse.md
pulpcore_client-3.68.2 docs/ArtifactResponse.md
pulpcore_client-3.63.4 docs/ArtifactResponse.md
pulpcore_client-3.68.1 docs/ArtifactResponse.md
pulpcore_client-3.63.3 docs/ArtifactResponse.md
pulpcore_client-3.68.0 docs/ArtifactResponse.md
pulpcore_client-3.67.1 docs/ArtifactResponse.md
pulpcore_client-3.63.2 docs/ArtifactResponse.md
pulpcore_client-3.66.1 docs/ArtifactResponse.md
pulpcore_client-3.67.0 docs/ArtifactResponse.md