pub type UpdateStatus = UpdateStatus;👎Deprecated since 0.8.0: Please use
docker_sdk::service::UpdateStatus. This will be removed in 0.9.0.Aliased Type§
pub struct UpdateStatus {
pub state: String,
pub started_at: DateTime<Utc>,
pub completed_at: DateTime<Utc>,
pub message: String,
}Fields§
§state: String§started_at: DateTime<Utc>§completed_at: DateTime<Utc>§message: String