Class: DockerEngineAPI::Models::ImageSearchResponseItem
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineAPI::Models::ImageSearchResponseItem
- Defined in:
- lib/docker_engine_api/models/image_search_response.rb
Instance Attribute Summary collapse
- #description ⇒ String?
-
#is_automated ⇒ Boolean?
Whether this repository has automated builds enabled.
- #is_official ⇒ Boolean?
- #name ⇒ String?
- #star_count ⇒ Integer?
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], 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
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
This class inherits a constructor from DockerEngineAPI::Internal::Type::BaseModel
Instance Attribute Details
#description ⇒ String?
9 |
# File 'lib/docker_engine_api/models/image_search_response.rb', line 9 optional :description, String |
#is_automated ⇒ Boolean?
Whether this repository has automated builds enabled.
<p><br /></p>
> Deprecated: This field is deprecated and will always be “false”.
19 |
# File 'lib/docker_engine_api/models/image_search_response.rb', line 19 optional :is_automated, DockerEngineAPI::Internal::Type::Boolean |
#is_official ⇒ Boolean?
24 |
# File 'lib/docker_engine_api/models/image_search_response.rb', line 24 optional :is_official, DockerEngineAPI::Internal::Type::Boolean |
#name ⇒ String?
29 |
# File 'lib/docker_engine_api/models/image_search_response.rb', line 29 optional :name, String |
#star_count ⇒ Integer?
34 |
# File 'lib/docker_engine_api/models/image_search_response.rb', line 34 optional :star_count, Integer |