// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::PassportElementErrorTranslationFile;
impl PassportElementErrorTranslationFile {
    /// This function creates an empty struct for the object PassportElementErrorTranslationFile.
    pub fn new() -> Self {
        Self {
            r#type: "".to_string(),
            file_hash: "".to_string(),
            message: "".to_string(),
        }
    }
}
impl Default for PassportElementErrorTranslationFile {
    fn default() -> Self {
        Self::new()
    }
}