1 2 3 4 5 6 7
#[derive(Debug, Clone, Default)] pub struct Image { pub id: String, pub href: String, pub media_type: String, pub content: Option<Vec<u8>>, }