// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::PassportFile;
impl PassportFile {
/// This function creates an empty struct for the object PassportFile.
pub fn new() -> Self {
Self {
file_id: "".to_string(),
file_unique_id: "".to_string(),
file_size: 0,
file_date: 0,
}
}
}
impl Default for PassportFile {
fn default() -> Self {
Self::new()
}
}