pub type ListCalendarDaysResponseContent = CalendarDayListPayload;Aliased Type§
pub struct ListCalendarDaysResponseContent {
pub days: Vec<CalendarPeriod>,
}Fields§
§days: Vec<CalendarPeriod>pub type ListCalendarDaysResponseContent = CalendarDayListPayload;pub struct ListCalendarDaysResponseContent {
pub days: Vec<CalendarPeriod>,
}days: Vec<CalendarPeriod>