Class: DockerEngineRuby::Models::Service::UpdateStatus
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DockerEngineRuby::Models::Service::UpdateStatus
- Defined in:
- lib/docker_engine_ruby/models/service.rb
Overview
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(completed_at: nil, message: nil, started_at: nil, state: nil) ⇒ Object
constructor
The status of a service update.
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(completed_at: nil, message: nil, started_at: nil, state: nil) ⇒ Object
The status of a service update.
|
|
# File 'lib/docker_engine_ruby/models/service.rb', line 464
|
Instance Attribute Details
#completed_at ⇒ Time?
447 |
# File 'lib/docker_engine_ruby/models/service.rb', line 447 optional :completed_at, Time, api_name: :CompletedAt |
#message ⇒ String?
452 |
# File 'lib/docker_engine_ruby/models/service.rb', line 452 optional :message, String, api_name: :Message |
#started_at ⇒ Time?
457 |
# File 'lib/docker_engine_ruby/models/service.rb', line 457 optional :started_at, Time, api_name: :StartedAt |
#state ⇒ Symbol, ...
462 |
# File 'lib/docker_engine_ruby/models/service.rb', line 462 optional :state, enum: -> { DockerEngineRuby::Service::UpdateStatus::State }, api_name: :State |