Skip to main content

CreateColumnResponseContent

Type Alias CreateColumnResponseContent 

Source
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: String

id.

§name: String

name.

§color: Option<Color>

color.

§created_at: DateTime<Utc>

created_at.

§cards_url: Option<String>

cards_url.