GitlabReleaseAsset class
Namespace: Velopack.Sources
Describes a container for the assets attached to a release.
public class GitlabReleaseAsset
Constructors
| Constructor | Summary |
|---|---|
GitlabReleaseAsset |
GitlabReleaseAsset()
public GitlabReleaseAsset()
Properties
| Property | Summary |
|---|---|
Count | The amount of assets linked to the release. |
Links | A list of asset (file) links. |
Count
public int Count { get; set; }
The amount of assets linked to the release.
Links
public GitlabReleaseLink[] Links { get; set; }
A list of asset (file) links.
Generated from Velopack 1.1.1