Class: DockerEngineRuby::Models::ImageSearchResponseItem
Instance Attribute Summary collapse
Method Summary
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#description ⇒ String?
9
|
# File 'lib/docker_engine_ruby/models/image_search_response.rb', line 9
optional :description, String
|
#is_automated ⇒ Boolean?
14
|
# File 'lib/docker_engine_ruby/models/image_search_response.rb', line 14
optional :is_automated, DockerEngineRuby::Internal::Type::Boolean
|
#is_official ⇒ Boolean?
19
|
# File 'lib/docker_engine_ruby/models/image_search_response.rb', line 19
optional :is_official, DockerEngineRuby::Internal::Type::Boolean
|
#name ⇒ String?
24
|
# File 'lib/docker_engine_ruby/models/image_search_response.rb', line 24
optional :name, String
|
#star_count ⇒ Integer?
29
|
# File 'lib/docker_engine_ruby/models/image_search_response.rb', line 29
optional :star_count, Integer
|