Represents the metadata of an image
Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of the image | [optional] |
PushTime | DateTimeOffset? | The push time of the image | [optional] |
PullTime | DateTimeOffset? | The latest pull time of the image | [optional] |
Digest | string | The digest of the image | [optional] |
Size | long? | The size of the image (in bytes) | [optional] |
Tags | List<Tag> | The tags of the image | [optional] |
ScanReport | ScanReport | [optional] |