Sha256: 6be48d2ca24dd88c031565ac810c7f789dc7f26ef3aa00c9afac24fbdb122cd9
Contents?: true
Size: 807 Bytes
Versions: 7
Compression:
Stored size: 807 Bytes
Contents
# PulpContainerClient::ContainerBlob ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **artifact** | **String** | Artifact file representing the physical content | **digest** | **String** | sha256 of the Blob file | **media_type** | **String** | Blob media type of the file | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerBlob.new(pulp_href: null, pulp_created: null, artifact: null, digest: null, media_type: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems