Skip to main content

UpdateColumnResponseContent

Type Alias UpdateColumnResponseContent 

Source
pub type UpdateColumnResponseContent = Column;
Expand description

UpdateColumnResponseContent, as the model names it.

Aliased Type§

pub struct UpdateColumnResponseContent {
    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.