class Docr::Types::ImageDeleteResponseItem

Included Modules

Defined in:

docr/types/image_delete_response_item.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def deleted : String | Nil #

The image ID of an image that was deleted


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

The image ID of an image that was deleted


[View source]
def untagged : String | Nil #

The image ID of an image that was untagged


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

The image ID of an image that was untagged


[View source]