Skip to main content

UpdateAccountEntropyResponseContent

Type Alias UpdateAccountEntropyResponseContent 

Source
pub type UpdateAccountEntropyResponseContent = AccountSettings;
Expand description

UpdateAccountEntropyResponseContent, as the model names it.

Aliased Type§

pub struct UpdateAccountEntropyResponseContent {
    pub id: String,
    pub name: String,
    pub cards_count: i32,
    pub created_at: DateTime<Utc>,
    pub auto_postpone_period_in_days: Option<i32>,
}

Fields§

§id: String

id.

§name: String

name.

§cards_count: i32

cards_count.

§created_at: DateTime<Utc>

created_at.

§auto_postpone_period_in_days: Option<i32>

auto_postpone_period_in_days.