struct V1::History
- V1::History
- Struct
- Value
- Object
Overview
History is one entry of a list recording how this container image was built.
Defined in:
v1/config.crConstructors
- .new(__temp_82 : JSON::PullParser)
- .new(author = "", created = nil, created_by = "", comment = "", empty_layer = false)
Instance Method Summary
- #author : String?
- #author=(_author : String?)
- #comment : String?
- #comment=(_comment : String?)
- #created : Time?
- #created=(_created : Time?)
- #created_by : String?
- #created_by=(_created_by : String?)
- #empty_layer : Bool?
- #empty_layer=(_empty_layer : Bool?)
- #to_json(json : JSON::Builder)