pub type GetAccountSettingsResponseContent = AccountSettings;Expand description
GetAccountSettingsResponseContent, as the model names it.
Aliased Type§
pub struct GetAccountSettingsResponseContent {
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: Stringid.
name: Stringname.
cards_count: i32cards_count.
created_at: DateTime<Utc>created_at.
auto_postpone_period_in_days: Option<i32>auto_postpone_period_in_days.