Skip to main content

GitlabReleaseLink class

Namespace: Velopack.Sources

Describes a container for the links of assets attached to a release.

public class GitlabReleaseLink

Constructors

ConstructorSummary
GitlabReleaseLink
public GitlabReleaseLink()

Properties

PropertySummary
NameName of the asset (file) linked.
UrlThe url for the asset. This make use of the Gitlab API.
DirectAssetUrlA direct url to the asset, via a traditional URl.
TypeThe category type that the asset is listed under.

Name

public string? Name { get; set; }

Name of the asset (file) linked.

Url

public string? Url { get; set; }

The url for the asset. This make use of the Gitlab API.

DirectAssetUrl

public string? DirectAssetUrl { get; set; }

A direct url to the asset, via a traditional URl. As a posed to using the API. This links directly to the raw asset (file).

Type

public string? Type { get; set; }

The category type that the asset is listed under. Options: 'Package', 'Image', 'Runbook', 'Other'


Generated from Velopack 1.1.1