Sha256: f64861a52a0d836843ebc8846e6e7a9e92aff0b5981f8df3db1292f4b5948af7
Contents?: true
Size: 1.42 KB
Versions: 12
Compression:
Stored size: 1.42 KB
Contents
# PulpcoreClient::Artifact ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **file** | **String** | The stored file. | [optional] [readonly] **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(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
12 entries across 12 versions & 1 rubygems