GitlabReleaseLink Class
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Describes a container for the links of assets attached to a release.
[NullableContext(2)]
[Nullable(0)]
public class GitlabReleaseLink
Inheritance: object → GitlabReleaseLink
Attributes: NullableContextAttribute,NullableAttribute
Constructors
| Name | Description | 
|---|---|
| GitlabReleaseLink() | 
Properties
| Name | Description | 
|---|---|
| DirectAssetUrl | 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). | 
| Name | Name of the asset (file) linked. | 
| Type | The category type that the asset is listed under. Options: 'Package', 'Image', 'Runbook', 'Other' | 
| Url | The url for the asset. This make use of the Gitlab API. | 
Documentation generated by MdDocs