pub type UpdateFirstWeekDayResponseContent = FirstWeekDayPreference;
pub struct UpdateFirstWeekDayResponseContent { pub first_week_day: i32, }
first_week_day: i32
0 is Sunday through 6 Saturday, as GetIdentity serves it.