Sha256: 6895b6ada9f678ec9bb4dbdd953d9c21b22c243f1013e46908fb081e80a690b6
Contents?: true
Size: 823 Bytes
Versions: 58
Compression:
Stored size: 823 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 | **media_type** | **String** | Blob media type of the file | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerBlobResponse.new(pulp_href: null, pulp_created: null, artifact: null, digest: null, media_type: null) ```
Version data entries
58 entries across 58 versions & 1 rubygems