pub type PodUnpauseResponse = PodUnpauseReport;
struct PodUnpauseResponse { pub errs: Option<Vec<String>>, pub id: Option<String>, }
errs: Option<Vec<String>>
id: Option<String>