struct Docker::VolumeListVolume

Included Modules

Defined in:

api_schema/volumes/volumes.cr:9
api_schema/volumes/volumes.cr:26

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def createdAt : String #

[View source]
def createdAt=(createdAt : String) #

[View source]
def device : String #

[View source]
def device=(device : String) #

[View source]
def driver : String #

[View source]
def driver=(driver : String) #

[View source]
def labels : Hash(String, String) #

[View source]
def labels=(labels : Hash(String, String)) #

[View source]
def mountPoint : String #

[View source]
def mountPoint=(mountPoint : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def o : String #

[View source]
def o=(o : String) #

[View source]
def scope : String #

[View source]
def scope=(scope : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]