pub type CreateColumnResponseContent = Column;Expand description
CreateColumnResponseContent, as the model names it.
Aliased Type§
pub struct CreateColumnResponseContent {
pub id: String,
pub name: String,
pub color: Option<Color>,
pub created_at: DateTime<Utc>,
pub cards_url: Option<String>,
}Fields§
§id: Stringid.
name: Stringname.
color: Option<Color>color.
created_at: DateTime<Utc>created_at.
cards_url: Option<String>cards_url.