Skip to main content

ListCalendarWeeksResponseContent

Type Alias ListCalendarWeeksResponseContent 

Source
pub type ListCalendarWeeksResponseContent = CalendarWeekListPayload;

Aliased Type§

pub struct ListCalendarWeeksResponseContent {
    pub weeks: Vec<CalendarPeriod>,
}

Fields§

§weeks: Vec<CalendarPeriod>