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

Version Path
pulp_container_client-2.16.11 docs/ContainerManifestResponse.md
pulp_container_client-2.14.18 docs/ContainerManifestResponse.md
pulp_container_client-2.16.10 docs/ContainerManifestResponse.md
pulp_container_client-2.14.17 docs/ContainerManifestResponse.md
pulp_container_client-2.15.7 docs/ContainerManifestResponse.md
pulp_container_client-2.14.16 docs/ContainerManifestResponse.md
pulp_container_client-2.14.15 docs/ContainerManifestResponse.md
pulp_container_client-2.16.9 docs/ContainerManifestResponse.md
pulp_container_client-2.16.8 docs/ContainerManifestResponse.md
pulp_container_client-2.16.7 docs/ContainerManifestResponse.md
pulp_container_client-2.14.14 docs/ContainerManifestResponse.md
pulp_container_client-2.18.1 docs/ContainerManifestResponse.md
pulp_container_client-2.15.6 docs/ContainerManifestResponse.md
pulp_container_client-2.16.6 docs/ContainerManifestResponse.md
pulp_container_client-2.14.13 docs/ContainerManifestResponse.md
pulp_container_client-2.10.13 docs/ContainerManifestResponse.md
pulp_container_client-2.15.5 docs/ContainerManifestResponse.md
pulp_container_client-2.14.12 docs/ContainerManifestResponse.md
pulp_container_client-2.16.5 docs/ContainerManifestResponse.md
pulp_container_client-2.18.0 docs/ContainerManifestResponse.md