pub type DbRecord = DecisionNode;Expand description
Alias for backwards compatibility
Aliased Type§
pub struct DbRecord {
pub id: i32,
pub change_id: String,
pub node_type: String,
pub title: String,
pub description: Option<String>,
pub status: String,
pub created_at: String,
pub updated_at: String,
pub metadata_json: Option<String>,
}Fields§
§id: i32§change_id: String§node_type: String§title: String§description: Option<String>§status: String§created_at: String§updated_at: String§metadata_json: Option<String>