Class EditReleaseOption
EditReleaseOption options when editing a release
Inheritance
System.Object
EditReleaseOption
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 EditReleaseOption
Properties
| Improve this Doc View SourceBody
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Draft
Declaration
public bool? Draft { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Prerelease
Declaration
public bool? Prerelease { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Tag_name
Declaration
public string Tag_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Target_commitish
Declaration
public string Target_commitish { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |