Class EditPullRequestOption
EditPullRequestOption options when modify pull request
Inheritance
System.Object
EditPullRequestOption
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()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class EditPullRequestOption
Properties
|
Improve this Doc
View Source
Allow_maintainer_edit
Declaration
public bool? Allow_maintainer_edit { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Assignee
Declaration
public string Assignee { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Assignees
Declaration
public ICollection<string> Assignees { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.String> |
|
|
Improve this Doc
View Source
Base
Declaration
public string Base { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Due_date
Declaration
public DateTimeOffset? Due_date { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Labels
Declaration
public ICollection<long> Labels { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.Int64> |
|
|
Improve this Doc
View Source
Milestone
Declaration
public long? Milestone { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
State
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Unset_due_date
Declaration
public bool? Unset_due_date { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|