Class NewIssuePinsAllowed
NewIssuePinsAllowed represents an API response that says if new Issue Pins are allowed
Inheritance
System.Object
NewIssuePinsAllowed
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 NewIssuePinsAllowed
Properties
| Improve this Doc View SourceIssues
Declaration
public bool? Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Pull_requests
Declaration
public bool? Pull_requests { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |