Sha256: 82fec2e5afe37deb505db56576d87dd911f6b5f5f9d8d9deb98ffbbc24c1276a
Contents?: true
Size: 711 Bytes
Versions: 58
Compression:
Stored size: 711 Bytes
Contents
# PulpContainerClient::ContainerBlobResponse ## 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 | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerBlobResponse.new(pulp_href: null, pulp_created: null, artifact: null, digest: null) ```
Version data entries
58 entries across 58 versions & 1 rubygems