Skip to main content

GetColumnResponseContent

Type Alias GetColumnResponseContent 

Source
pub type GetColumnResponseContent = Column;
Expand description

GetColumnResponseContent, as the model names it.

Aliased Type§

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