History

Type Alias History 

Source
pub type History = History;
👎Deprecated since 0.8.0: Please use docker_sdk::image::History. This will be removed in 0.9.0.

Aliased Type§

pub struct History {
    pub id: String,
    pub created: DateTime<Utc>,
    pub created_by: String,
}

Fields§

§id: String§created: DateTime<Utc>§created_by: String