pub type ListProjectReleasesRequestView<'req> = ListProjectReleasesRequest<&'req str>;

Aliased Type§

struct ListProjectReleasesRequestView<'req> {
    pub auth: Option<GitlabAuth<&'req str>>,
    pub project: ProjectRef<&'req str>,
    pub order_by: ReleaseOrder,
    pub sort: SortDirection,
    pub include_html_description: bool,
}

Fields§

§auth: Option<GitlabAuth<&'req str>>§project: ProjectRef<&'req str>§order_by: ReleaseOrder§sort: SortDirection§include_html_description: bool