Skip to main content

GitlabReleaseAsset class

Namespace: Velopack.Sources

Describes a container for the assets attached to a release.

public class GitlabReleaseAsset

Constructors

ConstructorSummary
GitlabReleaseAsset

GitlabReleaseAsset()

public GitlabReleaseAsset()

Properties

PropertySummary
CountThe amount of assets linked to the release.
LinksA list of asset (file) links.

Count

public int Count { get; set; }

The amount of assets linked to the release.

public GitlabReleaseLink[] Links { get; set; }

A list of asset (file) links.


Generated from Velopack 1.1.1