GitlabReleaseLink class
Namespace: Velopack.Sources
Describes a container for the links of assets attached to a release.
public class GitlabReleaseLink
Constructors
| Constructor | Summary |
|---|---|
GitlabReleaseLink |
GitlabReleaseLink()
public GitlabReleaseLink()
Properties
| Property | Summary |
|---|---|
Name | Name of the asset (file) linked. |
Url | The url for the asset. This make use of the Gitlab API. |
DirectAssetUrl | A direct url to the asset, via a traditional URl. |
Type | The 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