Class CreatePullReviewComment
CreatePullReviewComment represent a review comment for creation api
Inheritance
System.Object
CreatePullReviewComment
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 CreatePullReviewComment
Properties
| Improve this Doc View SourceBody
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
New_position
if comment to new file line or 0
Declaration
public long? New_position { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Old_position
if comment to old file line or 0
Declaration
public long? Old_position { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Path
the tree path
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |