Type Alias PodPruneResponse

Source
pub type PodPruneResponse = PodPruneReport;

Aliased Type§

struct PodPruneResponse {
    pub err: Option<String>,
    pub id: Option<String>,
}

Fields§

§err: Option<String>§id: Option<String>