Sha256: 1bd57fca878c10304106a406d2b0eb367a9c55cd73be4411b6fb14c6210c53c0
Contents?: true
Size: 1.36 KB
Versions: 111
Compression:
Stored size: 1.36 KB
Contents
# PulpContainerClient::ContainerManifestResponse ## 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 Manifest file | **schema_version** | **Integer** | Manifest schema version | **media_type** | **String** | Manifest media type of the file | **listed_manifests** | **Array<String>** | Manifests that are referenced by this Manifest List | **config_blob** | **String** | Blob that contains configuration for this Manifest | [optional] **blobs** | **Array<String>** | Blobs that are referenced by this Manifest | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerManifestResponse.new(pulp_href: null, pulp_created: null, artifact: null, digest: null, schema_version: null, media_type: null, listed_manifests: null, config_blob: null, blobs: null) ```
Version data entries
111 entries across 111 versions & 1 rubygems