class Docr::Types::VolumeListResponse

Included Modules

Defined in:

docr/types/volume_list_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def volumes : Array(Docr::Types::Volume) | Nil #

[View source]
def volumes=(volumes : Array(Docr::Types::Volume) | Nil) #

[View source]
def warnings : Array(String) | Nil #

[View source]
def warnings=(warnings : Array(String) | Nil) #

[View source]