// @generated - This file is generated by esquema-codegen (forked from atrium-codegen). DO NOT EDIT. //!Definitions for the `my.spoor.content.title` namespace. #[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)] #[serde(rename_all = "camelCase")] pub struct MainData { #[serde(skip_serializing_if = "core::option::Option::is_none")] pub lang: core::option::Option, #[serde(skip_serializing_if = "core::option::Option::is_none")] pub translation_type: core::option::Option, #[serde(skip_serializing_if = "core::option::Option::is_none")] pub value: core::option::Option, } pub type Main = atrium_api::types::Object; ///A phonetic transcription of the native title such that when read it will sound like the native title. pub const TITLE_HOMOPHONIC: &str = "my.spoor.content.title#titleHomophonic"; ///The title in its native script pub const TITLE_NATIVE: &str = "my.spoor.content.title#titleNative"; ///A translation of the title pub const TITLE_TRANSLATION: &str = "my.spoor.content.title#titleTranslation";