podman_rest_client/v5/models/
image_load_report.rs

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