Record
registry-list-repository-manifests-response-manifests-item
No description available.
record registry-list-repository-manifests-response-manifests-item {
blobs: option<list<registry-list-repository-manifests-response-manifests-item-blobs-item>>,
compressed-size-bytes: option<s32>,
digest: option<string>,
registry-name: option<string>,
repository: option<string>,
size-bytes: option<s32>,
tags: option<list<string>>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| blobs | option<list<registry-list-repository-manifests-response-manifests-item-blobs-item>> | |
| compressed-size-bytes | option<s32> | |
| digest | option<string> | |
| registry-name | option<string> | |
| repository | option<string> | |
| size-bytes | option<s32> | |
| tags | option<list<string>> | |
| updated-at | option<string> |