Class PullReview
PullReview represents a pull request review
Inheritance
System.Object
PullReview
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
Body
Declaration
public string Body { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public long? Comments_count { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Commit_id
Declaration
public string Commit_id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Dismissed
Declaration
public bool? Dismissed { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
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
Official
Declaration
public bool? Official { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Pull_request_url
Declaration
public string Pull_request_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Stale
Declaration
public bool? Stale { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
State
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Submitted_at
Declaration
public DateTimeOffset? Submitted_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Team
Declaration
public Team Team { get; set; }
Property Value
|
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
User
Declaration
public User User { get; set; }
Property Value