Class Tag
Tag represents a repository tag
Inheritance
System.Object
Tag
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class Tag
Properties
| Improve this Doc View SourceCommit
Declaration
public CommitMeta Commit { get; set; }
Property Value
| Type | Description |
|---|---|
| CommitMeta |
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tarball_url
Declaration
public string Tarball_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Zipball_url
Declaration
public string Zipball_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |