Type Alias gitlab_client::GetPackageFileRequestView
source · pub type GetPackageFileRequestView<'req> = GetPackageFileRequest<&'req str>;Aliased Type§
struct GetPackageFileRequestView<'req> {
pub auth: Option<GitlabAuth<&'req str>>,
pub project: ProjectRef<&'req str>,
pub package_name: &'req str,
pub package_version: &'req str,
pub filename: &'req str,
}Fields§
§auth: Option<GitlabAuth<&'req str>>§project: ProjectRef<&'req str>§package_name: &'req str§package_version: &'req str§filename: &'req str