Class GitHubPackage
Describes a GitHub package.
Namespace: Neon.Deployment
Assembly: Neon.Deployment.dll
Syntax
public class GitHubPackage
Constructors
GitHubPackage()
Default constructor.
Declaration
public GitHubPackage()
Properties
Name
Specifies the package name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Specifies the package type (one of the GitHubPackageType values.
Declaration
public GitHubPackageType Type { get; set; }
Property Value
Type | Description |
---|---|
GitHubPackageType |
Versions
Specifies the known versions for the package.
Declaration
public List<GitHubPackageVersion> Versions { get; set; }
Property Value
Type | Description |
---|---|
List<GitHubPackageVersion> |
Visibility
Specifies the package visibility.
Declaration
public GitHubPackageVisibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
GitHubPackageVisibility |