struct Docker::VolumeListVolume
- Docker::VolumeListVolume
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/volumes/volumes.cr:9api_schema/volumes/volumes.cr:26
Constructors
Instance Method Summary
- #createdAt : String
- #createdAt=(createdAt : String)
- #device : String
- #device=(device : String)
- #driver : String
- #driver=(driver : String)
- #labels : Hash(String, String)
- #labels=(labels : Hash(String, String))
- #mountPoint : String
- #mountPoint=(mountPoint : String)
- #name : String
- #name=(name : String)
- #o : String
- #o=(o : String)
- #scope : String
- #scope=(scope : String)
- #type : String
- #type=(type : String)