Class: DockerEngineRuby::Models::DeleteItem
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::DeleteItem
- Defined in:
- lib/docker_engine_ruby/models/delete_item.rb,
sig/docker_engine_ruby/models/delete_item.rbs
Instance Attribute Summary collapse
-
#deleted ⇒ String?
The image ID of an image that was deleted.
-
#untagged ⇒ String?
The image ID of an image that was untagged.
Instance Method Summary collapse
-
#initialize(deleted: nil, untagged: nil) ⇒ DeleteItem
constructor
A new instance of DeleteItem.
- #to_hash ⇒ { deleted: String, untagged: String }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(deleted: nil, untagged: nil) ⇒ DeleteItem
Returns a new instance of DeleteItem.
|
|
# File 'lib/docker_engine_ruby/models/delete_item.rb', line 18
|
Instance Attribute Details
#deleted ⇒ String?
The image ID of an image that was deleted
10 |
# File 'lib/docker_engine_ruby/models/delete_item.rb', line 10 optional :deleted, String, api_name: :Deleted |
#untagged ⇒ String?
The image ID of an image that was untagged
16 |
# File 'lib/docker_engine_ruby/models/delete_item.rb', line 16 optional :untagged, String, api_name: :Untagged |
Instance Method Details
#to_hash ⇒ { deleted: String, untagged: String }
16 |
# File 'sig/docker_engine_ruby/models/delete_item.rbs', line 16 def to_hash: -> { deleted: String, untagged: String } |