Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 857 Bytes

Image.md

File metadata and controls

17 lines (13 loc) · 857 Bytes

Finbourne.Scheduler.Sdk.Model.Image

Represents the metadata of an image

Properties

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]

Back to Model listBack to API listBack to README