pub type ListProjectPackagesRequestView<'req> = ListProjectPackagesRequest<&'req str>;

Aliased Type§

struct ListProjectPackagesRequestView<'req> {
    pub auth: Option<GitlabAuth<&'req str>>,
    pub project: ProjectRef<&'req str>,
    pub order_by: PackageOrder,
    pub sort: SortDirection,
    pub package_type: PackageType,
    pub package_name: &'req str,
    pub include_versionless: bool,
    pub status: PackageStatus,
}

Fields§

§auth: Option<GitlabAuth<&'req str>>§project: ProjectRef<&'req str>§order_by: PackageOrder§sort: SortDirection§package_type: PackageType§package_name: &'req str§include_versionless: bool§status: PackageStatus