Type Alias gitlab_client::GetReleaseRequestView
source · pub type GetReleaseRequestView<'req> = GetReleaseRequest<&'req str>;Aliased Type§
struct GetReleaseRequestView<'req> {
pub auth: Option<GitlabAuth<&'req str>>,
pub project: ProjectRef<&'req str>,
pub tag_name: &'req str,
pub include_html_description: bool,
}Fields§
§auth: Option<GitlabAuth<&'req str>>§project: ProjectRef<&'req str>§tag_name: &'req str§include_html_description: bool