podman_rest_client/v5/models/
image_import_report.rs

1use serde::{Deserialize, Serialize};
2#[derive(Default, Debug, Serialize, Deserialize)]
3pub struct ImageImportReport {
4    #[serde(rename = "Id")]
5    pub id: Option<String>,
6}