struct Docker::ImageList
- Docker::ImageList
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/images/images.crConstructors
Instance Method Summary
- #containers : Int64
- #containers=(containers : Int64)
- #created : Int64
- #created=(created : Int64)
- #id : String
- #id=(id : String)
- #parentId : String
- #parentId=(parentId : String)
- #repoDigests : Array(String) | Nil
- #repoDigests=(repoDigests : Array(String) | Nil)
- #repoTags : Array(String) | Nil
- #repoTags=(repoTags : Array(String) | Nil)
- #sharedSize : Int64
- #sharedSize=(sharedSize : Int64)
- #size : Int64
- #size=(size : Int64)
- #virtualSize : Int64
- #virtualSize=(virtualSize : Int64)