Class IssueConfig
Inheritance
System.Object
IssueConfig
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 IssueConfig
Properties
| Improve this Doc View SourceBlank_issues_enabled
Declaration
public bool? Blank_issues_enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Contact_links
Declaration
public ICollection<IssueConfigContactLink> Contact_links { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<IssueConfigContactLink> |