/// ApiLinkComponent
#[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)]
pub struct ApiLinkComponent {
pub created_at: String,
pub id: String,
pub label: String,
pub slug: String,
/// Constant denoting sidebar component as an API link
#[serde(rename = "type")]
pub type_: crate::models::ComponentTypeApiLinkEnum,
}