Sha256: f43cc400eb13bc2982fed786e6f717d0045c222b1b6164bbf77dd3cfd5fa817d

Contents?: true

Size: 1.35 KB

Versions: 4

Compression:

Stored size: 1.35 KB

Contents

# PulpContainerClient::ContainerManifest

## 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::ContainerManifest.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

4 entries across 4 versions & 1 rubygems

Version Path
pulp_container_client-2.0.0b3 docs/ContainerManifest.md
pulp_container_client-1.4.2 docs/ContainerManifest.md
pulp_container_client-1.3.0 docs/ContainerManifest.md
pulp_container_client-1.2.0 docs/ContainerManifest.md