Class IssueTemplate
IssueTemplate represents an issue template for a repository
Inheritance
System.Object
IssueTemplate
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 IssueTemplate
Properties
| Improve this Doc View SourceAbout
Declaration
public string About { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Body
Declaration
public ICollection<IssueFormField> Body { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<IssueFormField> |
Content
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
File_name
Declaration
public string File_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Labels
Declaration
public IssueTemplateLabels Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IssueTemplateLabels |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ref
Declaration
public string Ref { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |