Type Alias backend::model::dto::core::TimelinePagePlantingsDto

source ·
pub type TimelinePagePlantingsDto = TimelinePage<PlantingDto>;

Aliased Type§

struct TimelinePagePlantingsDto {
    pub results: Vec<PlantingDto>,
    pub from: NaiveDate,
    pub to: NaiveDate,
}

Fields§

§results: Vec<PlantingDto>

Resulting records.

§from: NaiveDate

The time frame start date.

§to: NaiveDate

The time frame end date.