Type Alias PodStopResponse

Source
pub type PodStopResponse = PodStopReport;

Aliased Type§

struct PodStopResponse {
    pub errs: Option<Vec<String>>,
    pub id: Option<String>,
}

Fields§

§errs: Option<Vec<String>>§id: Option<String>