Type Alias ServiceCreateInfo

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

Aliased Type§

pub struct ServiceCreateInfo {
    pub id: String,
    pub warning: Option<String>,
}

Fields§

§id: String§warning: Option<String>