sideko_rest_api 0.9.2

Rust API Client
Documentation
1
2
3
4
5
6
7
8
/// NewTitleComponent
#[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)]
pub struct NewTitleComponent {
    pub label: String,
    /// Constant denoting sidebar component as a title
    #[serde(rename = "type")]
    pub type_: crate::models::ComponentTypeTitleEnum,
}