struct

Mangrullo::ImageInfo

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(id : String, repo_tags : Array(String), created : Time, size : UInt64, labels : Hash(String, String))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created
Source
created=(created : Time)
Source
id=(id : String)
Source
labels
Source
labels=(labels : Hash(String, String))
Source
repo_tags
Source
repo_tags=(repo_tags : Array(String))
Source
size
Source
size=(size : UInt64)
Source