Class PullRequest
PullRequest represents a pull request
Inheritance
System.Object
PullRequest
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
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 User Assignee { get; set; }
Property Value
|
Improve this Doc
View Source
Assignees
Declaration
public ICollection<User> Assignees { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<User> |
|
|
Improve this Doc
View Source
Base
Declaration
public PRBranchInfo Base { get; set; }
Property Value
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Closed_at
Declaration
public DateTimeOffset? Closed_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public long? Comments { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Created_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Diff_url
Declaration
public string Diff_url { 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
Head
Declaration
public PRBranchInfo Head { get; set; }
Property Value
|
Improve this Doc
View Source
Html_url
Declaration
public string Html_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public long? Id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Is_locked
Declaration
public bool? Is_locked { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Labels
Declaration
public ICollection<Label> Labels { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<Label> |
|
|
Improve this Doc
View Source
Merge_base
Declaration
public string Merge_base { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Merge_commit_sha
Declaration
public string Merge_commit_sha { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Mergeable
Declaration
public bool? Mergeable { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Merged
Declaration
public bool? Merged { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Merged_at
Declaration
public DateTimeOffset? Merged_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Merged_by
Declaration
public User Merged_by { get; set; }
Property Value
|
Improve this Doc
View Source
Milestone
Declaration
public Milestone Milestone { get; set; }
Property Value
|
Improve this Doc
View Source
Number
Declaration
public long? Number { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Patch_url
Declaration
public string Patch_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Pin_order
Declaration
public long? Pin_order { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Requested_reviewers
Declaration
public ICollection<User> Requested_reviewers { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<User> |
|
|
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
Updated_at
Declaration
public DateTimeOffset? Updated_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
User
Declaration
public User User { get; set; }
Property Value