Type Alias gitlab_client::CreateReleaseLinkRequestView
source · pub type CreateReleaseLinkRequestView<'req> = CreateReleaseLinkRequest<&'req str>;Aliased Type§
struct CreateReleaseLinkRequestView<'req> {
pub auth: Option<GitlabAuth<&'req str>>,
pub project: ProjectRef<&'req str>,
pub tag_name: &'req str,
pub name: &'req str,
pub url: &'req str,
pub direct_asset_path: Option<&'req str>,
pub link_type: ReleaseLinkType,
}Fields§
§auth: Option<GitlabAuth<&'req str>>§project: ProjectRef<&'req str>§tag_name: &'req str§name: &'req str§url: &'req str§direct_asset_path: Option<&'req str>§link_type: ReleaseLinkType