Class CreateIssueOption
CreateIssueOption options to create one issue
Inheritance
System.Object
CreateIssueOption
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 CreateIssueOption
Properties
| Improve this Doc View SourceAssignee
deprecated
Declaration
public string Assignee { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Assignees
Declaration
public ICollection<string> Assignees { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Body
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Closed
Declaration
public bool? Closed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Due_date
Declaration
public DateTimeOffset? Due_date { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Labels
list of label ids
Declaration
public ICollection<long> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.Int64> |
Milestone
milestone id
Declaration
public long? Milestone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Ref
Declaration
public string Ref { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
[Required(AllowEmptyStrings = true)]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |